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

# Services C API 개요 - PFPlatform.h

> Services 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

- [Services C API 개요 - PFPlatformSpecific.h](/ko/services/playfab/api-references/c/pfplatformspecific/pfplatformspecific_members.md)
- [Services C API 개요 - PFPlatformSpecificTypes.h](/ko/services/playfab/api-references/c/pfplatformspecifictypes/pfplatformspecifictypes_members.md)
- [PFPlatformLocalStorageSetHandlers](/ko/services/playfab/api-references/c/pfplatform/functions/pfplatformlocalstoragesethandlers.md)
- [PFMemoryHooks](/ko/services/playfab/api-references/c/pfplatform/structs/pfmemoryhooks.md)
- [PFMemGetFunctions](/ko/services/playfab/api-references/c/pfplatform/functions/pfmemgetfunctions.md)
