Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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