XblSocialRelationshipResultGetRelationships
Get a list of the XblSocialRelationship objects from an XblSocialRelationshipResultHandle.Syntax
Parameters
resultHandle _In_Type: XblSocialRelationshipResultHandle Social relationship result handle. relationships _Out_
Type: XblSocialRelationship** Passes back a pointer to an array of XblSocialRelationship objects. The memory for the returned pointer remains valid for the life of the XblSocialRelationshipResultHandle object until it is closed. relationshipsCount _Out_
Type: size_t* Passes back the number of items in the relationships array.
