Edit

PFServiceConfigGetAPIEndpointSize

Gets the size of the buffer needed to hold the API endpoint for a service configuration.

Syntax

HRESULT PFServiceConfigGetAPIEndpointSize(  
    PFServiceConfigHandle handle,  
    size_t* apiEndpointSize  
)  

Parameters

handle   PFServiceConfigHandle

ServiceConfig handle.

apiEndpointSize   size_t*
output

Buffer size required for the API endpoint string (including null terminator).

Return value

Type: HRESULT

Result code for this API operation.

Requirements

Header: PFServiceConfig.h

See also

PFServiceConfig members