SynopsisSet the enabled state of the user group. Prototype#include "um.h" int umSetGroupEnabled(char_t * group, bool_t enabled); Parameters
Descriptionint umSetGroupEnabled(char_t * group, bool_t enabled); Return ValueumSetGroupEnabled returns 0 if successful, or -1 on error. Exampleint nCheck = umSetGroupEnabled(T("users"), TRUE); See Also |