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

# PIXEndRetailEvent

> PIXEndRetailEvent

# PIXEndRetailEvent

사용자 정의 retail 이벤트의 끝을 정의합니다.

## Syntax

```cpp theme={null}
void PIXEndRetailEvent(  
         void* context  
)  
```

### Parameters

*context*   \
Type: void\*

이벤트의 컨텍스트로, `ID3D12GraphicsCommandList\*`, `ID3D12GraphicsCommandList\*` 및 `ID3D12XboxDmaCommandList\*`(XBOX 전용)를 허용합니다.\
*context*는 PIX 마커를 설정된 D3D12 개체와 연결합니다.

### Return value

Type: void

## Remarks

디버그 또는 계측된 디바이스에서 `PIXEndERetailEvent`는 [PIXEndEvent](/reference/tools/pix3/functions/pixendevent)와 동일하게 동작합니다. retail 디바이스의 경우 GPU 중단 디버깅을 위해 이벤트가 HIX 파일에 포함됩니다.

`PIXEndERetailEvent`에 대한 각 호출은 이에 대응하는 [PIXBeginRetailEvent](/reference/tools/pix3/functions/pixbeginretailevent) 호출과 짝을 이루어야 합니다.
최악의 경우 이벤트 호출이 일치하지 않으면 PIX가 충돌할 수 있습니다.

## Requirements

**Header:** pix3.h

**Library:** pixevt.lib
**Supported platforms:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## See also

[PIXBeginRetailEvent](/reference/tools/pix3/functions/pixbeginretailevent)\
[pix3](/reference/tools/pix3/pix3_members)\
[PIX (NDA topic)](/tools/tools-console/pix/pix)


## Related topics

- [PIXBeginRetailEvent](/ko/reference/tools/pix3/functions/pixbeginretailevent_2.md)
- [PIXBeginRetailEvent function](/ko/reference/tools/pix3/functions/pixbeginretailevent.md)
- [PIXEndEvent function](/ko/reference/tools/pix3/functions/pixendevent-overloads.md)
- [PIXEndEvent](/ko/reference/tools/pix3/functions/pixendevent_2.md)
- [PIXEndEvent reference](/ko/reference/tools/pix3/functions/pixendevent.md)
