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.
Event handler for title presence change notifications.
Syntax
void XblPresenceTitlePresenceChangedHandler(
void* context,
uint64_t xuid,
uint32_t titleId,
XblPresenceTitleState titleState
)
Parameters
context _In_opt_
Type: void*
Caller context that will be passed back to the handler.
xuid _In_
Type: uint64_t
The XboxUserID of the User whose title presence changed.
titleId _In_
Type: uint32_t
The title ID.
titleState _In_
Type: XblPresenceTitleState
The title presence state for the user.
Return value
Type: void
Argument of
XblPresenceAddTitlePresenceChangedHandler
Requirements
Header: presence_c.h
Library: Microsoft.Xbox.Services.14x.GDK.C.lib