SynopsisGet the enabled state of the user group. Prototype#include "um.h" bool_t umGetGroupEnabled(char_t * group); Parameters
Descriptionbool_t umGetGroupEnabled(char_t * group); Return ValueumGetGroupEnabled returns TRUE if the group is enabled, or FALSE otherwise. Examplebool_t bEnabled = umGetGroupEnabled(T("users")); See Also |