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

# IGameInputDevice::GetRawDeviceFeature

> IGameInputDevice::GetRawDeviceFeature

# IGameInputDevice::GetRawDeviceFeature

<Warning>**En desuso.** Este método se quitó en GameInput v1 y no está disponible en la API actual.</Warning>

Recupera un informe de características del dispositivo HID sin procesar.

## Sintaxis

```cpp theme={null}
HRESULT GetRawDeviceFeature(
    uint32_t reportId,
    IGameInputRawDeviceReport** report
);
```

### Parámetros

*reportId*   \_In\_\
Tipo: uint32\_t

El identificador de informe HID del informe de características que se va a recuperar.

*report*   \_COM\_Outptr\_\
Tipo: IGameInputRawDeviceReport\*\*

La interfaz [IGameInputRawDeviceReport](/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport) devuelta.

### Valor devuelto

Tipo: HRESULT

Resultado de la función.

## Comentarios

Este método se quitó en v1 y se volvió a introducir en v3 como [IGameInputDevice::GetRawDeviceFeature](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_getrawdevicefeature).

## Historial de versiones

| Versión | Cambios                                                                                                                                                                                                             |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **v3**  | Se volvió a introducir con una firma actualizada. Consulte [IGameInputDevice::GetRawDeviceFeature](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_getrawdevicefeature). |
| **v1**  | Se quitó.                                                                                                                                                                                                           |
| **v0**  | Se introdujo.                                                                                                                                                                                                       |

## Consulte también

[Miembros de la API de GameInput en desuso](/reference/input/gameinput/deprecated/gameinput_deprecated_members)\
[IGameInputRawDeviceReport](/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport)\
[IGameInputDevice](/reference/input/gameinput/interfaces/igameinputdevice/igameinputdevice)
