Freigeben über


PFAuthenticationLoginWithAppleGetResultSize

Rufen Sie die Größe in Bytes ab, die zum Speichern des Ergebnisses eines PFAuthenticationLoginWithAppleAsync-Aufrufs erforderlich ist.

Syntax

HRESULT PFAuthenticationLoginWithAppleGetResultSize(  
    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_APPLE_NOT_ENABLED_FOR_TITLE, E_PF_ENCRYPTION_KEY_MISSING, E_PF_EVALUATION_MODE_PLAYER_COUNT_EXCEEDED, E_PF_INVALID_SIGNATURE, E_PF_INVALID_SIGNATURE_TIME, E_PF_PLAYER_SECRET_ALREADY_CONFIGURED, E_PF_PLAYER_SECRET_NOT_CONFIGURED, E_PF_REQUEST_VIEW_CONSTRAINT_PARAMS_NOT_ALLOWED, E_PF_TOKEN_SIGNING_KEY_NOT_FOUND oder einen der globalen PlayFab-Dienstfehler. Weitere Informationen zur Fehlerbehandlung finden Sie auf der Dokumentationsseite "Behandeln von PlayFab-Fehlern".

Voraussetzungen

Kopfball: PFAuthentication.h

Weitere Informationen

PFAuthentication-Member