XblRealTimeActivityRemoveSubscriptionErrorHandler

Unregisters an event handler for real time activity error notifications. DEPRECATED. RTA service errors will now be handled by XSAPI internally and callback will no longer be invoked.

Syntax

HRESULT XblRealTimeActivityRemoveSubscriptionErrorHandler(  
         XblContextHandle xboxLiveContext,  
         XblFunctionContext token  
)  

Parameters

xboxLiveContext   _In_
Type: 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.141.GSDK.C.lib

See also

real_time_activity_c