Edit

PFEntityGetEntityKeySize

Get the size in bytes needed to store the PFEntityKey for an Entity.

Syntax

HRESULT PFEntityGetEntityKeySize(  
    PFEntityHandle entityHandle,  
    size_t* bufferSize  
)  

Parameters

entityHandle   PFEntityHandle

PFEntityHandle returned from a auth call.

bufferSize   size_t*
output

The buffer size in bytes required for the EntityKey.

Return value

Type: HRESULT

Result code for this API operation.

Requirements

Header: PFEntity.h

See also

PFEntity members