umGetUserGroupGoAhead WebServer APIGoAhead EMF

Synopsis

Return the group name of the user.

Prototype

 #include "um.h"

 char_t *umGetUserGroup(char_t * user);

Parameters

userUser ID

Description

char_t *umGetUserGroup(char_t * user)

Return Value

umGetUserGroup returns 0 if successful, or -1 on error.

Example

char_t * groupname = umGetUserGroup(T("hortense"));

See Also

umSetUserGroup()