XblSocialRelationshipResultCloseHandle

Closes the XblSocialRelationshipResultHandle.

Syntax

void XblSocialRelationshipResultCloseHandle(  
         XblSocialRelationshipResultHandle handle  
)  

Parameters

handle   _In_
Type: XblSocialRelationshipResultHandle

The XblSocialRelationshipResultHandle to close.

Return value

Type: void

Remarks

When all outstanding handles have been closed, the memory associated with the social relationship's results list will be freed.

Requirements

Header: social_c.h

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

See also

social_c