PFAuthenticationAuthenticateGameServerWithCustomIdGetResult
从 PFAuthenticationAuthenticateGameServerWithCustomIdAsync 调用获取结果。
语法
HRESULT PFAuthenticationAuthenticateGameServerWithCustomIdGetResult(
XAsyncBlock* async,
PFEntityHandle* entityHandle,
bool* newlyCreated
)
参数
async
XAsyncBlock*
Inout
异步操作的 XAsyncBlock。
entityHandle
PFEntityHandle*
输出
可用于对其他 PlayFab API 调用进行身份验证的 PFEntityHandle。
newlyCreated
布尔*
可选输出
如果帐户是在此身份验证上新建的,则将设置为 true,否则设置为 false
返回值
类型:HRESULT
此 API 操作的结果代码。 如果服务调用不成功,则结果将是全局 PlayFab 服务错误之一。 有关错误处理的更多详细信息,请参阅文档页“处理 PlayFab 错误”。
备注
如果 PFAuthenticationAuthenticateGameServerWithCustomIdAsync 调用失败,则 entityHandle 为 null。 否则,当不再需要句柄时,必须使用 PFEntityCloseHandle 关闭该句柄。
要求
标头:PFAuthentication.h