Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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