XblSocialManagerGetLocalUsers
Returns user handles for all users tracked by SocialManager.Syntax
Parameters
usersCount _In_Type: size_t The size of the user handle array. users _Out_writes_(usersCount)
Type: XblUserHandle* Passes back a pointer to an array to populate with local users. This array is only valid until the next call to XblSocialManagerDoWork. The user handles returned are not duplicated copies so do not call close on them.
