umGroupExistsGoAhead WebServer APIGoAhead EMF

Synopsis

Determine the existence of a user group.

Prototype

 #include "um.h"

 bool_t umGroupExists(char_t * group);

Parameters

groupgroup name

Description

bool_t umGroupExists(char_t * group)

Return Value

umGroupExists returns TRUE if the group is found, or FALSE if otherwise.

Example

bool_t bFound = umGroupExists(T("users"));

See Also

umAddGroup()