Skip to main content

XblSocialManagerPresenceRecordIsUserPlayingTitle

Query whether the user associated with the provided presence record is playing a given title id.

Syntax

Parameters

presenceRecord   _In_
Type: XblSocialManagerPresenceRecord*
A presence record returned from another social manager API. titleId   _In_
Type: uint32_t
Title ID to query about.

Return value

Type: bool True if the user is playing the title and false otherwise.

Requirements

Header: social_manager_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

social_manager_c
Last modified on August 4, 2026