SynopsisDetermine if the user is allowed to access URL. Prototype#include "um.h" bool_t umUserCanAccessURL(char_t * user, char_t * url); Parameters
Descriptionbool_t umUserCanAccessURL(char_t * user, char_t * url); Return ValueumUserCanAccessURL returns TRUE if successful, allowing the user to access the URL, or FALSE if otherwise. Examplebool_t bOK = umUserCanAccessURL(T("squiggy"), T("adminform.exe")); See AlsoumAddAccessLimit(), umAddUser() |