umGetFirstGroupGoAhead WebServer APIGoAhead EMF

Synopsis

Returns the first group name found in the group table.

Prototype

 #include "um.h"

 char_t *umGetFirstGroup();

Parameters

None

Description

The 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 Value

umGetFirstGroup returns a pointer to the group name or NULL on error.

Example

char_t	*group = umGetFirstGroup();

See Also

umGetNextGroup()