XblSocialManagerUserGroupGetUsers
Gets an XblSocialManagerUserPtrArray of the users tracked by the user group.Syntax
Parameters
group _In_Type: XblSocialManagerUserGroupHandle The group handle from which to get users. users _Outptr_result_maybenull_
Type: XblSocialManagerUserPtrArray* Passes back a pointer to an array of XblSocialManagerUser objects. The memory for the returned pointer remains valid until the next time XblSocialManagerDoWork is called. usersCount _Out_
Type: size_t* Passes back the size of the users array.
