EssGetGroup() gets a group information structure, which contains security information for the group.
ESS_FUNC_M EssGetGroup (hCtx, GroupName, ppGroupInfo);
ESS_HCTX_T | hCtx |
ESS_STR_T | GroupName |
ESS_PPGROUPINFO_T | ppGroupInfo |
hCtx | Essbase API context handle. |
GroupName | Group name. |
ppGroupInfo | Address of pointer to receive allocated group info structure. |
If successful, returns the group information structure in ppGroupInfo.
This function requires the caller to have Create/Delete User privilege (ESS_PRIV_USERCREATE) for the logged in server.