EssGetGroup

Description

EssGetGroup() gets a group information structure, which contains security information for the group.

Syntax

ESS_FUNC_M EssGetGroup (hCtx, GroupName, ppGroupInfo);
ESS_HCTX_ThCtx
ESS_STR_TGroupName
ESS_PPGROUPINFO_T ppGroupInfo

Parameters

hCtxEssbase API context handle.
GroupNameGroup name.
ppGroupInfoAddress of pointer to receive allocated group info structure.

Return Value

If successful, returns the group information structure in ppGroupInfo.

Notes

Access

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

See Also

EssListGroups()
EssSetGroup()