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

> IGameInputDevice::SendRawDeviceOutput

# IGameInputDevice::SendRawDeviceOutput

Sends raw data to the device.

## Syntax

```cpp theme={null}
HRESULT SendRawDeviceOutput(
    IGameInputRawDeviceReport* report
)
```

### Parameters

*report*   \_In\_<br />
Type: IGameInputRawDeviceReport\*

Report sent to the device.

### Return value

Type: HRESULT

Function result.

## Remarks

The `SendRawDeviceOutput` method sends data to the device. For XBOX One devices, this takes the form of a GIP message. For intermediate and advanced use-cases of the GameInput API, see [Advanced GameInput topics](/build/core-features/common/input/advanced/input-advanced-topics).

## Requirements

**Header:** GameInput.h

**Library:** xgameruntime.lib

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[Overview of GameInput](/build/core-features/common/input/overviews/input-overview)\
[IGameInputDevice](/reference/input/gameinput/interfaces/igameinputdevice/igameinputdevice)

## Version History

| Version | Changes        |
| ------- | -------------- |
| **v3**  | Re-introduced. |
| **v1**  | Removed.       |
| **v0**  | Introduced.    |


## Related topics

- [IGameInputDevice](/reference/input/gameinput/interfaces/igameinputdevice/igameinputdevice.md)
- [IGameInputRawDeviceReport](/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport.md)
- [IGameInputDevice::ExecuteRawDeviceIoControl](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_executerawdeviceiocontrol.md)
- [IGameInputDevice::SetRawDeviceFeature](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_setrawdevicefeature.md)
- [IGameInputDevice::CreateRawDeviceReport](/reference/input/gameinput/interfaces/igameinputdevice/methods/igameinputdevice_createrawdevicereport.md)
