SynopsisReturns the first group name found in the group table. Prototype#include "um.h" char_t *umGetFirstGroup(); ParametersNone DescriptionThe returned string is a pointer to the data stored in the group table. Use this function with umGetNextGroup to retrieve a list of group names contained in the group table. Return ValueumGetFirstGroup returns a pointer to the group name or NULL on error. Examplechar_t *group = umGetFirstGroup(); See Also |