Skip to main content

XblMultiplayerEvent

A multiplayer event that is returned from XblMultiplayerManagerDoWork.

Syntax

Members

**
Type: Result
The error code indicating the result of the operation. ErrorMessage
Type: const char*
Call-specific debug information if the API operation fails. The debug information is not localized; use only for debugging purposes. Context
Type: void*
A pointer to the application-defined data passed into the initiating method. EventType
Type: XblMultiplayerEventType
The type of the event triggered. EventArgsHandle
Type: XblMultiplayerEventArgsHandle
A handle to the event arguments for the multiplayer event. SessionType
Type: XblMultiplayerSessionType
The multiplayer session type this event was triggered for. Depending upon the session type, you can then retrieve the latest lobby or game session.

Requirements

Header: multiplayer_manager_c.h

See also

multiplayer_manager_c
Last modified on August 4, 2026