> ## 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.

# XblContextCloseHandle

> XblContextCloseHandle

# XblContextCloseHandle

XblContextHandle을 닫습니다.

## Syntax

```cpp theme={null}
void XblContextCloseHandle(  
         XblContextHandle xboxLiveContextHandle  
)  
```

### Parameters

*xboxLiveContextHandle*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

XBOX Live 컨텍스트 핸들입니다.

### Return value

Type: void

## Remarks

남아 있는 모든 핸들이 닫히면 XblContextCloseHandle()이 핸들과 연결된 메모리를 해제합니다.

## Requirements

**Header:** xbox\_live\_context\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[xbox\_live\_context\_c](/reference/live/xsapi-c/xbox_live_context_c/xbox_live_context_c_members)


## Related topics

- [XStoreCloseContextHandle](/ko/reference/system/xstore/functions/xstoreclosecontexthandle.md)
- [XblMultiplayerSearchHandleCloseHandle](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandleclosehandle.md)
- [XblPresenceRecordCloseHandle](/ko/reference/live/xsapi-c/presence_c/functions/xblpresencerecordclosehandle.md)
- [XblMultiplayerSessionCloseHandle](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionclosehandle.md)
- [XblHttpCallCloseHandle](/ko/reference/live/xsapi-c/http_call_c/functions/xblhttpcallclosehandle.md)
