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

# IGameInputRawDeviceReport::GetReportInfo

> IGameInputRawDeviceReport::GetReportInfo

# IGameInputRawDeviceReport::GetReportInfo

Returns a pointer to a raw device report.

## Syntax

```cpp theme={null}
void GetReportInfo(
    GameInputRawDeviceReportInfo* reportInfo
);
```

### Parameters

*bufferSize*   \_In\_<br />
Type: GameInputRawDeviceReportInfo\*

Returned information about the report instance.

### Return value

Type: void

## Remarks

The `IGameInputRawDeviceReport::GetReportInfo` method returns a value that defines a report for the input stream of a raw input device.

## Requirements

**Header:** GameInput.h

**Library:** xgameruntime.lib

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

## See also

[GameInputRawDeviceReportInfo](/reference/input/gameinput/structs/gameinputrawdevicereportinfo)
[Advanced GameInput topics](/build/core-features/common/input/advanced/input-advanced-topics)
[Overview of GameInput](/build/core-features/common/input/overviews/input-overview)
[IGameInputRawDeviceReport](/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport)

## Version History

| Version | Changes                                                     |
| ------- | ----------------------------------------------------------- |
| **v3**  | Re-introduced.                                              |
| **v1**  | Removed along with the IGameInputRawDeviceReport interface. |
| **v0**  | Introduced.                                                 |


## Related topics

- [IGameInputRawDeviceReport](/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport.md)
- [IGameInputRawDeviceReport::GetDevice](/reference/input/gameinput/interfaces/igameinputrawdevicereport/methods/igameinputrawdevicereport_getdevice.md)
- [IGameInputRawDeviceReport::GetRawData](/reference/input/gameinput/interfaces/igameinputrawdevicereport/methods/igameinputrawdevicereport_getrawdata.md)
- [IGameInputRawDeviceReport::GetRawDataSize](/reference/input/gameinput/interfaces/igameinputrawdevicereport/methods/igameinputrawdevicereport_getrawdatasize.md)
- [IGameInputRawDeviceReport::SetRawData](/reference/input/gameinput/interfaces/igameinputrawdevicereport/methods/igameinputrawdevicereport_setrawdata.md)
