XblMultiplayerAddSubscriptionLostHandler
Registers an event handler for notifications when a multiplayer subscription is lost. Use the returned XblFunctionContext to unregister the handler.
XblFunctionContext XblMultiplayerAddSubscriptionLostHandler(
XblContextHandle xblContext,
XblMultiplayerSessionSubscriptionLostHandler* handler,
void* context
)
xblContext _In_
Type: XblContextHandle
Xbox live context for the local user.
handler _In_
Type: XblMultiplayerSessionSubscriptionLostHandler*
The callback function that receives notifications.
context _In_opt_
Type: void*
Caller context to be passed the handler.
Type: XblFunctionContext
The function context token that was registered for the event.
Header: multiplayer_c.h
Library: Microsoft.Xbox.Services.14x.GDK.C.lib