Syntax
Parameters
async XAsyncBlock*Inout XAsyncBlock for the async operation.
entityHandle PFEntityHandle*output PFEntityHandle which can be used to authenticate other PlayFab API calls.
bufferSize size_t
The size of the buffer for the result object.
buffer void**Out_writes_bytes_to_opt(bufferSize,bufferUsed) Byte buffer used for the Login result value and its fields.
result PFAuthenticationLoginResultoptional, library-allocated output Pointer to the LoginResult object.
bufferUsed size_t*optional output The number of bytes in the provided buffer that were used.
