umSetGroupEnabledGoAhead WebServer APIGoAhead EMF

Synopsis

Set the enabled state of the user group.

Prototype

 #include "um.h"

 int umSetGroupEnabled(char_t * group, bool_t enabled);

Parameters

groupgroup name
enabledenabled flag

Description

int umSetGroupEnabled(char_t * group, bool_t enabled);

Return Value

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

Example

int nCheck = umSetGroupEnabled(T("users"), TRUE);

See Also

umGetGroupEnabled()