SynopsisReturns the URL or ancestral URL for an access limit table. Prototype#include "um.h" char_t *umGetAccessLimit(char_t * url); Parameters
DescriptionThe returned pointer points to a copy of a URL string that has an associated access limit. This string must eventually be deleted by a call to the bfree() function. Return ValueumGetAccessLimit returns a pointer to a new URL string, or a NULL on error. Examplechar_t *url = umGetAccessLimit(T("/cgi-bin/status.exe")); See AlsoumGetFirstAccessLimit(), bfree() |