EssListFilterUsers()
ESS_FUNC_M EssListFilterUsers (hCtx, dbName, AppName, UserCount, ppUserInfo);
ESS_HCTX_T | hCtx |
ESS_STR_T | dbName |
ESS_STR_T | AppName |
ESS_PUSHORT_T | UserCount |
ESS_PPUSERINFO_T | ppUserInfo |
hCtx | Essbase API context handle. |
dbName | database name |
AppName | application name |
UserCount | Count of users using the filter |
ppUserInfo | pointer to array of UserInfo structures |
Returns zero if successful; error code if unsuccessful.
???