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

# HCTraceCleanup

> HCTraceCleanup

# HCTraceCleanup

Clean up tracing for the library.

## Syntax

```cpp theme={null}
void HCTraceCleanup(  
)  
```

### Parameters

### Return value

Type: void

TBD

## Remarks

This function is implicitly called during HCCleanup. See HCTraceInit for remarks on reference counting and multiple calls to these functions.

## Requirements

**Header:** trace.h

**Library:** libHttpClient.GDK.lib

## See also

[trace](/reference/live/httpclient/trace/trace_members)


## Related topics

- [HCTraceInit](/reference/live/httpclient/trace/functions/hctraceinit.md)
- [HCTraceSetClientCallback](/reference/live/httpclient/trace/functions/hctracesetclientcallback.md)
- [HCCleanup](/reference/live/httpclient/httpclient/functions/hccleanup.md)
- [HCCleanupAsync](/reference/live/httpclient/httpclient/functions/hccleanupasync.md)
- [chat_manager::cleanup](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_cleanup.md)
