Edit

PFServiceConfigCreateHandle

Creates a PlayFab service configuration.

Syntax

HRESULT PFServiceConfigCreateHandle(  
    const char* apiEndpoint,  
    const char* playFabTitleId,  
    PFServiceConfigHandle* serviceConfigHandle  
)  

Parameters

apiEndpoint   char*
In_z

String used to connect to a PlayFab Service instance.

playFabTitleId   char*
In_z

PlayFab TitleId for the title. Found in the Game Manager for your title on the PlayFab Website.

serviceConfigHandle   PFServiceConfigHandle*
output

Pointer to a PFServiceConfigHandle to write.

Return value

Type: HRESULT

Result code for this API operation. Possible values are S_OK, E_PF_NOT_INITIALIZED, or E_INVALIDARG.

Requirements

Header: PFServiceConfig.h

See also

PFServiceConfig members