XblSocialManagerGetLocalUserCount

Get the number of local users currently tracked by SocialManager.

Syntax

size_t XblSocialManagerGetLocalUserCount(  
)  

Parameters

Return value

Type: size_t

The number of local users currently tracked by SocialManager.

Remarks

To add local users to be tracked, call XblSocialManagerAddLocalUser. To remove local users from being tracked, call XblSocialManagerRemoveLocalUser. This function must be called before calling XblSocialManagerGetLocalUsers.

Requirements

Header: social_manager_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

social_manager_c