Edit

PFServiceConfigGetTitleId

Gets the PlayFab titleId for a service configuration.

Syntax

HRESULT PFServiceConfigGetTitleId(  
    PFServiceConfigHandle handle,  
    size_t titleIdSize,  
    char* titleId,  
    size_t* titleIdUsed  
)  

Parameters

handle   PFServiceConfigHandle

ServiceConfig handle.

titleIdSize   size_t

Size of the provided buffer. Required size can be obtained via PFServiceConfigGetTitleIdSize.

titleId   char*
Out_writes(titleIdSize)

Buffer the titleId will be written to.

titleIdUsed   size_t*
optional output

The number of bytes used in the buffer including the null terminator.

Return value

Type: HRESULT

Result code for this API operation.

Requirements

Header: PFServiceConfig.h

See also

PFServiceConfig members