SynopsisDetermine the existence of a user group. Prototype#include "um.h" bool_t umGroupExists(char_t * group); Parameters
Descriptionbool_t umGroupExists(char_t * group) Return ValueumGroupExists returns TRUE if the group is found, or FALSE if otherwise. Examplebool_t bFound = umGroupExists(T("users")); See Also |