getFindUsersResponse

Returned by the userFindUsers( ) function.

Structure
{
     unsigned int endPosition; 
     unsigned int totalCount;
     unsigned int matchCount; 
     UserArray users; 
};
Fields
  • endPosition   The end position of the index.

  • totalCount   The total user count.

  • matchCount   The search match count.

  • users   The list of users.

Remarks

The information is an array of User structures.