XblSocialRelationshipResultHandle

A handle to a social relationship result.

Syntax

typedef struct XblSocialRelationshipResult * XblSocialRelationshipResultHandle;  

Remarks

This handle is used by other APIs to get the social relationship objects and to get the next page of results from the service if there is one. The handle must be closed using XblSocialRelationshipResultCloseHandle when the result is no longer needed.

Requirements

Header: social_c.h

See also

social_c