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

Comprueba si un identificador es válido en el Gaming Runtime.

## Sintaxis

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

### Parámetros

`handle`    \_In\_\
Tipo: XSystemHandle

El identificador que se va a comprobar.

## Requisitos

**Encabezado:** XSystem.h

**Biblioteca:** xgameruntime.lib

**Plataformas compatibles:** Windows, consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

[Miembros de XSystem](/reference/system/xsystem/xsystem_members)


## Related topics

- [XSystem](/es/reference/system/xsystem/xsystem_members.md)
- [XStoreIsLicenseValid](/es/reference/system/xstore/functions/xstoreislicensevalid.md)
- [XStoreCloseLicenseHandle](/es/reference/system/xstore/functions/xstorecloselicensehandle.md)
- [XStoreAcquireLicenseForDurablesResult](/es/reference/system/xstore/functions/xstoreacquirelicensefordurablesresult.md)
- [XStoreRegisterPackageLicenseLost](/es/reference/system/xstore/functions/xstoreregisterpackagelicenselost.md)
