SynopsisReturn the group name of the user. Prototype#include "um.h" char_t *umGetUserGroup(char_t * user); Parameters
Descriptionchar_t *umGetUserGroup(char_t * user) Return ValueumGetUserGroup returns 0 if successful, or -1 on error. Examplechar_t * groupname = umGetUserGroup(T("hortense")); See Also |