umAccessLimitExists | GoAhead
WebServer API | GoAhead
EMF |
Synopsis Determine if an access limit exists for the given URL. Prototype
#include "um.h"
bool_t umAccessLimitExists(char_t * url); ParametersDescriptionAccess limits apply to URLs, upon which they are keyed. URLs can specify directories or filenames. If an access limit specifies a user group, then only members of that user group can have access to the URL. Return Value umAccessLimitExists returns TRUE if there is an access limit for the URL or returns FALSE if otherwise. Examplebool_t bExists = umAccessLimitExists(T("home.html")); See Also umAddAccessLimit()
|