XblSocialGetSocialRelationshipsAsync
Gets a list of people that the caller is socially connected to.Syntax
Parameters
xboxLiveContext _In_Type: XblContextHandle An xbox live context handle created with XblContextCreateHandle. xboxUserId _In_
Type: uint64_t The XBOX User Id to get the social relationships for. socialRelationshipFilter _In_
Type: XblSocialRelationshipFilter Controls how the list is filtered. startIndex _In_
Type: size_t Controls the starting index of the results list. maxItems _In_
Type: size_t The maximum number of items that the results list can contain. Pass 0 to attempt to retrieve all items. async _In_
Type: XAsyncBlock* Caller allocated XAsyncBlock.
