Edit

PFEntityGetAPIEndpointSize

Gets the size of the buffer needed to hold the API endpoint string from an entity handle.

Syntax

HRESULT PFEntityGetAPIEndpointSize(  
    PFEntityHandle entityHandle,  
    size_t* apiEndpointSize  
)  

Parameters

entityHandle   PFEntityHandle

PFEntityHandle returned from a auth call.

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: PFEntity.h

See also

PFEntity members