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

# サービス C API の概要 - PFPlatform.h

> サービス C API の概要 - PFPlatform.h

## 関数

| 関数                                                                                                                             | 説明                                                                                                                                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [PFMemGetFunctions](/services/playfab/api-references/c/pfplatform/functions/pfmemgetfunctions)                                 | 呼び出し元がメモリ割り当てのルーティングを独自のメモリ マネージャーに制御できるようにする、メモリ フック関数を取得します。このメソッドを使用すると、アプリケーションは既定のメモリ割り当てルーチンを取得できます。これは、すべてのメモリ割り当てを監視するために PFMemSetFunctions() と組み合わせて使用できます。                                                                |
| [PFMemIsUsingCustomMemoryFunctions](/services/playfab/api-references/c/pfplatform/functions/pfmemisusingcustommemoryfunctions) | カスタム メモリ関数が使用されているかどうかを判定します。                                                                                                                                                                                                       |
| [PFMemSetFunctions](/services/playfab/api-references/c/pfplatform/functions/pfmemsetfunctions)                                 | 呼び出し元がメモリ割り当てのルーティングを独自のメモリ マネージャーに制御できるようにする、メモリ フック関数を任意で設定します。これは PFInitialize() の前に呼び出す必要があり、メモリ フックが設定されると再度呼び出すことはできません。このメソッドを使用すると、アプリケーションは既定の割り当てルーチンを使用する代わりに、新しいメモリ バッファーに対するすべての要求を処理するためのカスタム メモリ割り当てルーチンをインストールできます。 |
| [PFPlatformLocalStorageSetHandlers](/services/playfab/api-references/c/pfplatform/functions/pfplatformlocalstoragesethandlers) | ストレージ イベント ハンドラーを設定します。カスタム ストレージ ハンドラーが設定されていない場合は、cstdio および std::fstream オブジェクトに基づく既定の実装が使用されます。                                                                                                                                 |

## 構造体

| 構造体                                                                                              | 説明                    |
| ------------------------------------------------------------------------------------------------ | --------------------- |
| [PFLocalStorageHooks](/services/playfab/api-references/c/pfplatform/structs/pflocalstoragehooks) | ストレージ フックをカプセル化する構造体。 |
| [PFMemoryHooks](/services/playfab/api-references/c/pfplatform/structs/pfmemoryhooks)             | メモリ フックをカプセル化する構造体。   |


## Related topics

- [XBOX サービス Title Storage の概要](/ja-jp/services/xbox-services/storage/title-storage/live-title-storage-overview.md)
- [Real-Time Activity サービスの概要](/ja-jp/services/xbox-services/fundamentals/rta/live-real-time-activity-service-overview.md)
- [Real-Time Activity (RTA) サービス](/ja-jp/services/xbox-services/fundamentals/rta/live-rta-nav.md)
- [概要](/ja-jp/services/xbox-services/multiplayer/overviews/index.md)
- [GDK コマース システムの概要](/ja-jp/publishing/xstore-commerce/xstore-overview.md)
