XblPresenceStopTrackingAdditionalTitles

Configures the list of titles for which real-time title presence will be tracked. Title presence updates for the specified titles will no longer be received.

Syntax

HRESULT XblPresenceStopTrackingAdditionalTitles(  
         XblContextHandle xblContextHandle,  
         const uint32_t* titleIds,  
         size_t titleIdsCount  
)  

Parameters

xblContextHandle   _In_
Type: XblContextHandle

Xbox live context for the local user.

titleIds   _In_
Type: uint32_t*

Array of title IDs to remove from the list of tracked titles.

titleIdsCount   _In_
Type: size_t

Length of the titleIds array.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: presence_c.h

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

See also

presence_c