Freigeben über


PFAuthenticationLoginWithXUserGetResultSize

Ruft die Größe in Bytes ab, die zum Speichern des Ergebnisses eines PFAuthenticationLoginWithXUserAsync-Aufrufs erforderlich ist.

Syntax

HRESULT PFAuthenticationLoginWithXUserGetResultSize(  
    XAsyncBlock* async,  
    size_t* bufferSize  
)  

Parameter

async XAsyncBlock*
Inout

XAsyncBlock für den asynchronen Vorgang.

bufferSize Size_t*
Ausgabe

Die Puffergröße in Bytes, die für das Ergebnis erforderlich ist.

Rückgabewert

Typ: HRESULT

Ergebniscode für diesen API-Vorgang. Wenn der Dienstaufruf nicht erfolgreich ist, ist das Ergebnis E_PF_ENCRYPTION_KEY_MISSING, E_PF_EVALUATION_MODE_PLAYER_COUNT_EXCEEDED, E_PF_EXPIRED_XBOX_LIVE_TOKEN, E_PF_INVALID_XBOX_LIVE_TOKEN, E_PF_REQUEST_VIEW_CONSTRAINT_PARAMS_NOT_ALLOWED, E_PF_SIGNED_REQUEST_NOT_ALLOWED, E_PF_XBOX_INACCESSIBLE, E_PF_XBOX_REJECTED_XSTS_EXCHANGE_REQUEST, E_PF_XBOX_XASS_EXCHANGE_FAILURE oder einen der globalen PlayFab-Dienstfehler. Weitere Informationen zur Fehlerbehandlung finden Sie auf der Dokumentationsseite "Behandeln von PlayFab-Fehlern".

Voraussetzungen

Header: PFAuthentication.h

Weitere Informationen

PFAuthentication-Member