XblRealTimeActivityConnectionStateChangeHandler

Handler function for when the client service loses or gains connectivity to the real time activity service.

Syntax

void XblRealTimeActivityConnectionStateChangeHandler(  
         void* context,  
         XblRealTimeActivityConnectionState connectionState  
)  

Parameters

context   _In_opt_
Type: void*

Caller context that will be passed back to the handler function.

connectionState   _In_
Type: XblRealTimeActivityConnectionState

State of the connection.

Return value

Type: void

Requirements

Header: real_time_activity_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

real_time_activity_c