> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblSocialRelationshipResultCloseHandle

> XblSocialRelationshipResultCloseHandle

# XblSocialRelationshipResultCloseHandle

Closes the XblSocialRelationshipResultHandle.

## Syntax

```cpp theme={null}
void XblSocialRelationshipResultCloseHandle(  
         XblSocialRelationshipResultHandle handle  
)  
```

### Parameters

*handle*   \_In\_\
Type: [XblSocialRelationshipResultHandle](/reference/live/xsapi-c/social_c/handles/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.14x.GDK.C.lib

## See also

[social\_c](/reference/live/xsapi-c/social_c/social_c_members)


## Related topics

- [XblSocialRelationshipResultGetRelationships](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetrelationships.md)
- [XblSocialRelationshipResultDuplicateHandle](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultduplicatehandle.md)
- [Getting a social relationship](/services/xbox-services/community/people-system/how-to/live-getting-a-social-relationship.md)
- [XblSocialGetSocialRelationshipsResult](/reference/live/xsapi-c/social_c/functions/xblsocialgetsocialrelationshipsresult.md)
- [XblSocialRelationshipResultGetNextResult](/reference/live/xsapi-c/social_c/functions/xblsocialrelationshipresultgetnextresult.md)
