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

# XblRealTimeActivityRemoveResyncHandler

> XblRealTimeActivityRemoveResyncHandler

# XblRealTimeActivityRemoveResyncHandler

Unregisters an event handler for real time activity resync notifications.

## Syntax

```cpp theme={null}
HRESULT XblRealTimeActivityRemoveResyncHandler(  
         XblContextHandle xboxLiveContext,  
         XblFunctionContext token  
)  
```

### Parameters

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

XBOX Live context handle.

*token*   \_In\_\
Type: XblFunctionContext

The XblFunctionContext object that was returned when the event handler was registered.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Requirements

**Header:** real\_time\_activity\_c.h

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

## See also

[real\_time\_activity\_c](/reference/live/xsapi-c/real_time_activity_c/real_time_activity_c_members)


## Related topics

- [XblRealTimeActivityResyncHandler](/reference/live/xsapi-c/real_time_activity_c/functions/xblrealtimeactivityresynchandler.md)
- [XblRealTimeActivityAddResyncHandler](/reference/live/xsapi-c/real_time_activity_c/functions/xblrealtimeactivityaddresynchandler.md)
- [XblRealTimeActivityRemoveConnectionStateChangeHandler](/reference/live/xsapi-c/real_time_activity_c/functions/xblrealtimeactivityremoveconnectionstatechangehandler.md)
- [XblRealTimeActivitySubscriptionErrorHandler](/reference/live/xsapi-c/real_time_activity_c/functions/xblrealtimeactivitysubscriptionerrorhandler.md)
- [XblRealTimeActivityConnectionStateChangeHandler](/reference/live/xsapi-c/real_time_activity_c/functions/xblrealtimeactivityconnectionstatechangehandler.md)
