Freigeben über


XblPresenceRecordGetXuid

Get the Xuid for the user a presence record is associated with.

Syntax

HRESULT XblPresenceRecordGetXuid(  
         XblPresenceRecordHandle handle,  
         uint64_t* xuid  
)  

Parameters

handle   _In_
Type: XblPresenceRecordHandle

Handle for the presence record returned from a GetPresence API.

xuid   _Out_
Type: uint64_t*

Passes back the Xuid the record is associated with.

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