语法
参数
async XAsyncBlock*Inout 用于异步操作的 XAsyncBlock。
entityHandle PFEntityHandle*output 可用于对其他 PlayFab API 调用进行身份验证的 PFEntityHandle。
bufferSize size_t
用于结果对象的缓冲区大小。
buffer void**Out_writes_bytes_to_opt(bufferSize,bufferUsed) 用于登录结果值及其字段的字节缓冲区。
result PFAuthenticationLoginResultoptional, library-allocated output 指向 LoginResult 对象的指针。
bufferUsed size_t*optional output 所提供缓冲区中已使用的字节数。
