#include <eapidef.h> EAPIRC rc = EAPI_SUCCESSFUL_RC; GRPID szGroupId; LCOUNT lCount; strcpy(szGroupId, "ATEAM"); rc = EApiCountUsersInGroup((PGRPID) szGroupId, (PLCOUNT) &lCount); if ( rc != EAPI_SUCCESSFUL_RC )
printf("Error in EApiCountUsersInGroup\n");
else
printf("Count = %ld\n", lCount);
|
Copyright © 2014 CA.
All rights reserved.
|
|