Previous Topic: Related FunctionsNext Topic: EApiCountUsersInGroup


Example

#include <eapidef.h>
EAPIRC rc = EAPI_SUCCESSFUL_RC;
LCOUNT lCount;
rc = EApiCountAllGroups((PLCOUNT) &lCount);
if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiCountAllGroups\n");
else
printf("Count = %ld\n", lCount);