Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Arguments passed to the event handler when a session change occurs.
Syntax
typedef struct XblMultiplayerSessionChangeEventArgs {
XblMultiplayerSessionReference SessionReference;
char Branch[XBL_GUID_LENGTH];
uint64_t ChangeNumber;
} XblMultiplayerSessionChangeEventArgs
Members
SessionReference
Type: XblMultiplayerSessionReference
The session that triggered this event.
Branch
Type: char[XBL_GUID_LENGTH]
The branch of the session used to scope change numbers.
ChangeNumber
Type: uint64_t
The change number of the session.
Requirements
Header: multiplayer_c.h