Edit

PFServiceConfigGetTitleIdSize

Gets the size of the buffer needed to hold the PlayFab titleId for a service configuration.

Syntax

HRESULT PFServiceConfigGetTitleIdSize(  
    PFServiceConfigHandle handle,  
    size_t* titleIdSize  
)  

Parameters

handle   PFServiceConfigHandle

ServiceConfig handle.

titleIdSize   size_t*
output

Buffer size required for the titleId (including null terminator).

Return value

Type: HRESULT

Result code for this API operation.

Requirements

Header: PFServiceConfig.h

See also

PFServiceConfig members