Skip to main content
Initializes the PlayFab Game Save library instance.

Syntax

Parameters

args   PFGameSaveInitArgs* TBD

Return value

Type: HRESULT Result code for this API operation.

Remarks

This will internally call PFInitialize(nullptr) if it hasn’t been called already by the title. If control of PFCore background work is needed, the title should explicitly call PFInitialize and PFUninitialize.

Requirements

Header: PFGameSaveFiles.h

See also

PFGameSaveFiles members
Last modified on September 11, 2026