> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAccountManagementClientReportPlayerGetResult

> 成功した PFAccountManagementClientReportPlayerAsync 呼び出しの結果を取得します。

成功した PFAccountManagementClientReportPlayerAsync 呼び出しの結果を取得します。

## 構文

```cpp theme={null}
HRESULT PFAccountManagementClientReportPlayerGetResult(  
    XAsyncBlock* async,  
    PFAccountManagementReportPlayerClientResult* result  
)  
```

### パラメーター

**`async`**   XAsyncBlock\*<br />*Inout*

非同期操作用の XAsyncBlock。

**`result`**   [PFAccountManagementReportPlayerClientResult\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementreportplayerclientresult)<br />*output*

結果が格納される PFAccountManagementReportPlayerClientResult オブジェクト。

### 戻り値

型: HRESULT

この API 操作の結果コード。サービス呼び出しが失敗した場合、結果はグローバル PlayFab サービス エラーのいずれかになります。エラー処理の詳細については、ドキュメント ページ「Handling PlayFab Errors」を参照してください。

## 要件

**ヘッダー:** PFAccountManagement.h

## 関連項目

[PFAccountManagement のメンバー](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementClientReportPlayerAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientreportplayerasync.md)
- [Services C API overview - PFAccountManagement.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
- [PFAccountManagementReportPlayerClientResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementreportplayerclientresult.md)
- [PFAccountManagementReportPlayerClientRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementreportplayerclientrequest.md)
- [PFAccountManagementClientGetPlayerProfileGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayerprofilegetresult.md)
