XblMultiplayerSubscriptionsEnabled

Indicates whether multiplayer subscriptions are currently enabled. Note that subscriptions can be enabled/disabled explicitly using XblMultiplayerSetSubscriptionsEnabled, but they will also be enabled automatically if a session changed handler is added.

Syntax

bool XblMultiplayerSubscriptionsEnabled(  
         XblContextHandle xblHandle  
)  

Parameters

xblHandle   _In_
Type: XblContextHandle

Xbox live context for the local user.

Return value

Type: bool

Returns true if enabled, false if not enabled.

Requirements

Header: multiplayer_c.h

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

See also

multiplayer_c