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 result of a successful PFEntityGetEntityTokenAsync call.
Syntax
HRESULT PFEntityGetEntityTokenResult(
XAsyncBlock* async,
size_t bufferSize,
void* buffer,
const PFEntityToken** entityToken,
size_t* bufferUsed
)
Parameters
async XAsyncBlock*
Inout
XAsyncBlock for the async operation.
bufferSize size_t
The size of the buffer for the result object.
buffer void*
*Out_writes_bytes_to(bufferSize,bufferUsed)
Byte buffer used for the result value and its fields.
entityToken PFEntityToken**
library-allocated output
Pointer to the EntityToken object.
bufferUsed size_t*
optional output
The number of bytes in the provided buffer that were used.
Return value
Type: HRESULT
Result code for this API operation.
Remarks
entityToken is a pointer within buffer and does not need to be freed separately.
Requirements
Header: PFEntity.h