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

# PIXEndEvent reference

> PIXEndEvent reference

# PIXEndEvent reference

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

## Syntax

```cpp theme={null}
void PIXEndEvent(  
)  
```

### Parameters

### Return value

Type: void

## Remarks

`PIXEndEvent`에 대한 각 호출은 이에 대응하는 [PIXBeginEvent](/reference/tools/pix3/functions/pixbeginevent) 호출과 짝을 이루어야 합니다. [PIXBeginEvent](/reference/tools/pix3/functions/pixbeginevent)와 `PIXEndEvent`의 짝을 이루는 호출은 동일한 스레드에서 이루어져야 합니다. 마커가 일치하지 않는 경우, PIX는 타이밍 캡처에서 경고를 발생시킵니다. 마커가 일치하지 않으면 PIX 타임라인이 예기치 않거나 사용할 수 없는 상태로 렌더링됩니다.
최악의 경우 이벤트 호출이 일치하지 않으면 PIX가 충돌할 수 있습니다.

## Requirements

**Header:** pix3.h

**Library:** pixevt.lib

**Supported platforms:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## See also

[PIXBeginEvent](/reference/tools/pix3/functions/pixbeginevent)\
[PIXEndEvent\_2](/reference/tools/pix3/functions/pixendevent_2)\
[PIX3](/reference/tools/pix3/pix3_members)\
[PIX (NDA topic)](/tools/tools-console/pix/pix)


## Related topics

- [PIXEndEvent](/ko/reference/tools/pix3/functions/pixendevent_2.md)
- [PIXEndEvent function](/ko/reference/tools/pix3/functions/pixendevent-overloads.md)
- [PIXEndRetailEvent](/ko/reference/tools/pix3/functions/pixendretailevent.md)
- [PIXBeginEvent reference](/ko/reference/tools/pix3/functions/pixbeginevent_3.md)
- [PIXBeginEvent Function](/ko/reference/tools/pix3/functions/pixbeginevent-overloads.md)
