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

> IGameInputRawDeviceReport::GetRawDataSize

# IGameInputRawDeviceReport::GetRawDataSize

원시 보고서 버퍼의 크기를 바이트 단위로 반환합니다.

## 구문

```cpp theme={null}
size_t GetRawDataSize();
```

### 매개변수

이 메서드에는 매개변수가 없습니다.

### 반환값

형식: size\_t

Game Input Protocol(GIP) 장치의 경우 원시 데이터 버퍼의 크기를 바이트 단위로 반환합니다. 이 함수는 다른 장치에서는 구현되지 않았으며 0을 반환합니다.

## 설명

`IGameInputRawDeviceReport::GetRawDataSize` 메서드는 원시 보고서 버퍼의 크기를 바이트 단위로 반환합니다.

GameInput API의 중급 및 고급 활용 사례에 대한 자세한 내용은 [GameInput 고급 항목](/build/core-features/common/input/advanced/input-advanced-topics)을 참조하세요.

## 요구 사항

[GameInput 개요](/build/core-features/common/input/overviews/input-overview)\
[IGameInputRawDeviceReport](/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport)

## 버전 기록

| 버전     | 변경 사항                                    |
| ------ | ---------------------------------------- |
| **v3** | 재도입됨.                                    |
| **v1** | IGameInputRawDeviceReport 인터페이스와 함께 제거됨. |
| **v0** | 도입됨.                                     |


## Related topics

- [IGameInputRawDeviceReport](/ko/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport.md)
- [IGameInputDevice::GetRawDeviceFeature](/ko/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_getrawdevicefeature.md)
- [GameInputRawDeviceReportKind](/ko/reference/input/gameinput/enums/gameinputrawdevicereportkind.md)
- [GameInputRawDeviceReportItemInfo](/ko/reference/input/gameinput/deprecated/structs/gameinputrawdevicereportiteminfo.md)
- [GameInputRawDeviceReportItemFlags](/ko/reference/input/gameinput/deprecated/enums/gameinputrawdevicereportitemflags.md)
