> ## 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.

# PFProfilesSetProfilePolicyGetResultSize

> SetProfilePolicy 呼び出しの結果を格納するために必要なバイト単位のサイズを取得します。

SetProfilePolicy 呼び出しの結果を格納するために必要なバイト単位のサイズを取得します。

## 構文

```cpp theme={null}
HRESULT PFProfilesSetProfilePolicyGetResultSize(  
    XAsyncBlock* async,  
    size_t* bufferSize  
)  
```

### パラメーター

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

非同期操作用の XAsyncBlock。

**`bufferSize`**   size\_t\*<br />*output*

結果に必要なバイト単位のバッファー サイズ。

### 戻り値

型: HRESULT

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

## 要件

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

## 関連項目

[PFProfiles のメンバー](/services/playfab/api-references/c/pfprofiles/pfprofiles_members)


## Related topics

- [PFProfilesSetProfilePolicyAsync](/ja-jp/services/playfab/api-references/c/pfprofiles/functions/pfprofilessetprofilepolicyasync.md)
- [Services C API overview - PFProfiles.h](/ja-jp/services/playfab/api-references/c/pfprofiles/pfprofiles_members.md)
- [PFProfilesSetProfilePolicyGetResult](/ja-jp/services/playfab/api-references/c/pfprofiles/functions/pfprofilessetprofilepolicygetresult.md)
- [PFProfilesSetProfileLanguageGetResultSize](/ja-jp/services/playfab/api-references/c/pfprofiles/functions/pfprofilessetprofilelanguagegetresultsize.md)
- [PFProfilesSetProfileLanguageGetResult](/ja-jp/services/playfab/api-references/c/pfprofiles/functions/pfprofilessetprofilelanguagegetresult.md)
