umGetGroupEnabledGoAhead WebServer APIGoAhead EMF

Synopsis

Get the enabled state of the user group.

Prototype

 #include "um.h"

 bool_t umGetGroupEnabled(char_t * group);

Parameters

groupgroup name

Description

bool_t umGetGroupEnabled(char_t * group);

Return Value

umGetGroupEnabled returns TRUE if the group is enabled, or FALSE otherwise.

Example

bool_t bEnabled = umGetGroupEnabled(T("users"));

See Also

umSetGroupEnabled()