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

# XSystemHandleCallbackReason

> XSystemHandleCallbackReason

# XSystemHandleCallbackReason

핸들 추적 콜백이 호출된 이유입니다.

## 구문

```cpp theme={null}
enum XSystemHandleCallbackReason
{
  Created = 0x00,
  Destroyed = 0x01
}
```

## 상수

| 상수        | 설명           |
| --------- | ------------ |
| Created   | 핸들이 만들어졌습니다. |
| Destroyed | 핸들이 삭제되었습니다. |

## 요구 사항

**헤더:** XSystem.h

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 함께 보기

[XSystem 멤버](/reference/system/xsystem/xsystem_members)


## Related topics

- [XSystemHandleCallback](/ko/reference/system/xsystem/functions/xsystemhandlecallback.md)
- [XSystem](/ko/reference/system/xsystem/xsystem_members.md)
- [XGameUiCallbackHandle](/ko/reference/system/xgameui/structs/xgameuicallbackhandle.md)
- [XSystemHandleTrack](/ko/reference/system/xsystem/functions/xsystemhandletrack.md)
- [XUserPrivilegeDenyReason](/ko/reference/system/xuser/enums/xuserprivilegedenyreason.md)
