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.
Retrieves the title player accounts associated with the given master player account.
Syntax
HRESULT PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsAsync(
PFEntityHandle entityHandle,
const PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequest* request,
XAsyncBlock* async
)
Parameters
entityHandle PFEntityHandle
PFEntityHandle to use for authentication.
request PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequest*
Populated request object.
async XAsyncBlock*
Inout
XAsyncBlock for the async operation.
Return value
Type: HRESULT
Result code for this API operation.
Remarks
This API is available on all platforms. Given a master player account id (PlayFab ID), returns all title player accounts associated with it. When the asynchronous task is complete, call PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsGetResultSize and PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsGetResult to get the result.
Requirements
Header: PFProfiles.h