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

# PFMemIsUsingCustomMemoryFunctions

> カスタム メモリ関数が使用されているかどうかを判定します。

カスタム メモリ関数が使用されているかどうかを判定します。

## 構文

```cpp theme={null}
HRESULT PFMemIsUsingCustomMemoryFunctions(  
    bool* isUsingCustomMemoryFunctions  
)  
```

### パラメーター

**`isUsingCustomMemoryFunctions`**   bool\*<br />*output*

カスタム メモリ関数が使用中かどうかを示します。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻りコード。

## 要件

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

## 関連項目

[PFPlatform のメンバー](/services/playfab/api-references/c/pfplatform/pfplatform_members)


## Related topics

- [サービス C API の概要 - PFPlatform.h](/ja-jp/services/playfab/api-references/c/pfplatform/pfplatform_members.md)
- [PFMemoryHooks](/ja-jp/services/playfab/api-references/c/pfplatform/structs/pfmemoryhooks.md)
- [XMemIsToolsMemAvailable](/ja-jp/reference/system/xmem/functions/xmemistoolsmemavailable.md)
- [PIXRecordMemoryAllocationEvent](/ja-jp/reference/tools/pix3/functions/pixrecordmemoryallocationevent.md)
- [PIXRecordMemoryFreeEvent](/ja-jp/reference/tools/pix3/functions/pixrecordmemoryfreeevent.md)
