EssGetGroup

Gets a group information structure, which contains security information for the group.

Syntax

ESS_FUNC_M EssGetGroup (hCtx, GroupName, ppGroupInfo);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

GroupName

ESS_STR_T

Group name.

ppGroupInfo

ESS_USERINFO_T, ESS_GROUPINFO_T

Address of pointer to receive allocated group info structure (output).

Notes

The memory allocated for ppGroupInfo should be freed using EssFree().

Return Value

If successful, returns the group information structure in ppGroupInfo.

Access

This function requires the caller to have Create/Delete User privilege (ESS_PRIV_USERCREATE) for the logged in server.

See Also