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

# XSystemIsHandleValid

> XSystemIsHandleValid

# XSystemIsHandleValid

게이밍 런타임에서 핸들이 유효한지 확인합니다.

## 구문

```cpp theme={null}
bool XSystemIsHandleValid(
  XSystemHandle handle
)
```

### 매개 변수

`handle`    \_In\_\
형식: XSystemHandle

확인할 핸들입니다.

## 요구 사항

**헤더:** XSystem.h

**라이브러리:** xgameruntime.lib

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

## 함께 보기

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


## Related topics

- [XSystem](/ko/reference/system/xsystem/xsystem_members.md)
- [XStoreIsLicenseValid](/ko/reference/system/xstore/functions/xstoreislicensevalid.md)
- [XStoreCloseLicenseHandle](/ko/reference/system/xstore/functions/xstorecloselicensehandle.md)
- [XStoreAcquireLicenseForPackageResult](/ko/reference/system/xstore/functions/xstoreacquirelicenseforpackageresult.md)
- [XStoreAcquireLicenseForDurablesResult](/ko/reference/system/xstore/functions/xstoreacquirelicensefordurablesresult.md)
