SynopsisGet the privilege mask for the user group. Prototype#include "um.h" short umGetGroupPrivilege(char_t * group); Parameters
Description Privileges are determined by bit-masking the following constants: Return ValueumGetGroupPrivilege returns the privilege mask for the group, or -1 on error. Exampleshort privMask = umGetGroupPrivilege(T("users")); See Also |