umGetAccessLimitGoAhead WebServer APIGoAhead EMF

Synopsis

Returns the URL or ancestral URL for an access limit table.

Prototype

 #include "um.h"

 char_t	*umGetAccessLimit(char_t * url);

Parameters

urlURL to check against the access limit table

Description

The 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 Value

umGetAccessLimit returns a pointer to a new URL string, or a NULL on error.

Example

char_t	*url = umGetAccessLimit(T("/cgi-bin/status.exe"));

See Also

umGetFirstAccessLimit(), bfree()