SynopsisReturns the URL for the first access limit found in the access limit table. Prototype#include "um.h" char_t *umGetFirstAccessLimit(); ParametersNone DescriptionThe returned string is a pointer to the data stored in the access limit table. Use this function with umGetNextAccessLimit to retrieve a list of URLs contained in the access limit table. Return ValueumGetFirstAccessLimit returns a pointer to the URL or NULL on error. Examplechar_t *url = umGetFirstAccessLimit(); See Also |