umGetFirstAccessLimitGoAhead WebServer APIGoAhead EMF

Synopsis

Returns the URL for the first access limit found in the access limit table.

Prototype

 #include "um.h"

 char_t *umGetFirstAccessLimit();

Parameters

None

Description

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

umGetFirstAccessLimit returns a pointer to the URL or NULL on error.

Example

char_t	*url = umGetFirstAccessLimit();

See Also

umGetNextAccessLimit()