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

# PFMemGetFunctions

> 호출자가 메모리 할당을 자체 메모리 관리자로 라우팅하도록 제어할 수 있도록 메모리 후크 함수를 가져옵니다. 이 메서드를 통해 애플리케이션이 기본값을 가져올 수 있습니다.

호출자가 메모리 할당을 자체 메모리 관리자로 라우팅하도록 제어할 수 있도록 메모리 후크 함수를 가져옵니다. 이 메서드를 통해 애플리케이션이 기본 메모리 할당 루틴을 가져올 수 있습니다. 이를 PFMemSetFunctions()와 함께 사용하여 모든 메모리 할당을 모니터링할 수 있습니다.

## Syntax

```cpp theme={null}
HRESULT PFMemGetFunctions(  
    PFMemoryHooks* hooks  
)  
```

### Parameters

**`hooks`**   [PFMemoryHooks\*](/services/playfab/api-references/c/pfplatform/structs/pfmemoryhooks)<br />*output*

현재 메모리 후크로 채워질 구조체입니다. 이전에 사용자 지정 후크가 설정되지 않은 경우 기본값이 반환됩니다.

### Return value

Type: HRESULT

이 API 작업의 HRESULT 반환 코드입니다.

## Requirements

**Header:** PFPlatform.h

## See also

[PFPlatform members](/services/playfab/api-references/c/pfplatform/pfplatform_members)


## Related topics

- [Services C API 개요 - PFPlatform.h](/ko/services/playfab/api-references/c/pfplatform/pfplatform_members.md)
- [HCMemGetFunctions](/ko/reference/live/httpclient/httpclient/functions/hcmemgetfunctions.md)
- [XblMemGetFunctions](/ko/reference/live/xsapi-c/xbox_live_global_c/functions/xblmemgetfunctions.md)
- [XMemGetTitleHeap](/ko/reference/system/xmem/functions/xmemgettitleheap.md)
- [XMemGetWin32HeapName](/ko/reference/system/xmem/functions/xmemgetwin32heapname.md)
