XblSocialManagerUserGroupGetUsersTrackedByGroup
Gets a pointer to an XSAPI owned array of xuids tracked by the group.Syntax
Parameters
group _In_Type: XblSocialManagerUserGroupHandle The group from which to get users. trackedUsers _Outptr_result_maybenull_
Type: uint64_t** Passes back a pointer to tracked xuids array. The memory for the returned pointer remains valid until the next time XblSocialManagerDoWork is called. trackedUsersCount _Out_
Type: size_t* Passes back the size of the tracked users array.
