Previous Topic: Related FunctionsNext Topic: EApiCountAllGroups


Example

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