> ## 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 リファレンス

> PIXEndEvent リファレンス

# PIXEndEvent リファレンス

ユーザー定義イベントの終了を定義します。

## 構文

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

### パラメーター

### 戻り値

Type: void

## 解説

`PIXEndEvent` の呼び出しには、対応する [PIXBeginEvent](/reference/tools/pix3/functions/pixbeginevent) の呼び出しが必要です。[PIXBeginEvent](/reference/tools/pix3/functions/pixbeginevent) と `PIXEndEvent` のペアの呼び出しは、同じスレッドで行う必要があります。マーカーが一致しない場合、PIX はタイミング キャプチャで警告を発生させます。マーカーの不一致は、PIX タイムラインの予期しない、または使用できないレンダリングを引き起こします。
最悪の場合、イベント呼び出しの不一致によって PIX がクラッシュすることがあります。

## 要件

**ヘッダー:** pix3.h

**ライブラリ:** pixevt.lib

**サポートされているプラットフォーム:** XBOX One ファミリ本体および XBOX Series 本体

## 関連項目

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


## Related topics

- [PIXBeginEvent リファレンス](/ja-jp/reference/tools/pix3/functions/pixbeginevent_3.md)
- [PIXBeginEvent 関数リファレンス](/ja-jp/reference/tools/pix3/functions/pixbeginevent_2.md)
- [PIXScopedEvent リファレンス](/ja-jp/reference/tools/pix3/functions/pixscopedevent_2.md)
- [PIXScopedEvent 関数リファレンス](/ja-jp/reference/tools/pix3/functions/pixscopedevent_3.md)
- [API リファレンス](/ja-jp/reference/gc-reference-toc.md)
