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

# GetCPUDescriptorHandleForHeapStart

> 힙의 시작을 나타내는 CPU 디스크립터 핸들을 가져옵니다.

힙의 시작을 나타내는 CPU 디스크립터 핸들을 가져옵니다.

## 구문

```cpp theme={null}
D3D12_CPU_DESCRIPTOR_HANDLE GetCPUDescriptorHandleForHeapStart(
)
```

### 매개 변수

### 반환 값

형식: D3D12\_CPU\_DESCRIPTOR\_HANDLE

힙의 시작을 나타내는 CPU 디스크립터 핸들을 반환합니다.

## 요구 사항

**헤더:** d3d12\_xs.h 또는 d3d12\_x.h\
**라이브러리:** d3d12\_xs.lib 또는 d3d12\_x.lib\
**지원 플랫폼**: XBOX Series 콘솔 및 XBOX One 제품군

## 함께 보기

[ID3D12DescriptorHeap](/reference/graphics/d3d12/interfaces/id3d12descriptorheap/id3d12descriptorheap_public)


## Related topics

- [D3D12_CPU_DESCRIPTOR_HANDLE](/ko/reference/graphics/d3d12/structs/d3d12_cpu_descriptor_handle_public.md)
- [GetGPUDescriptorHandleForHeapStart](/ko/reference/graphics/d3d12/interfaces/id3d12descriptorheap/methods/id3d12descriptorheap_getgpudescriptorhandleforheapstart_public.md)
- [D3D12_GPU_DESCRIPTOR_HANDLE](/ko/reference/graphics/d3d12/structs/d3d12_gpu_descriptor_handle_public.md)
- [GetDescriptorHandleIncrementSize](/ko/reference/graphics/d3d12/interfaces/id3d12device/methods/id3d12device_getdescriptorhandleincrementsize_public.md)
- [CopyDescriptors](/ko/reference/graphics/d3d12/interfaces/id3d12device/methods/id3d12device_copydescriptors_public.md)
