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.
Initializes PlayFab Services global state
Syntax
HRESULT PFServicesInitialize(
XTaskQueueHandle reserved
)
Parameters
reserved XTaskQueueHandle
optional
Reserved for future use.
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: PFServices.h