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

> IGameInputDevice::SetRawDeviceFeature

# IGameInputDevice::SetRawDeviceFeature

<Warning>**사용되지 않음.** 이 메서드는 GameInput v1에서 제거되었으며 현재 API에서 사용할 수 없습니다.</Warning>

원시 HID 장치에 기능 보고서를 전송합니다.

## 구문

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

### 매개변수

*report*   \_In\_\
형식: IGameInputRawDeviceReport\*

전송할 [IGameInputRawDeviceReport](/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport)입니다.

### 반환값

형식: HRESULT

함수 결과입니다.

## 설명

이 메서드는 v1에서 제거되었으며, [IGameInputDevice::SetRawDeviceFeature](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_setrawdevicefeature)로 v3에서 업데이트된 시그니처와 함께 다시 도입되었습니다.

## 버전 기록

| 버전     | 변경 사항                                                                                                                                                                                   |
| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **v3** | 업데이트된 시그니처로 다시 도입되었습니다. [IGameInputDevice::SetRawDeviceFeature](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_setrawdevicefeature)를 참조하세요. |
| **v1** | 제거되었습니다.                                                                                                                                                                                |
| **v0** | 도입되었습니다.                                                                                                                                                                                |

## 함께 보기

[사용되지 않는 GameInput API 멤버](/reference/input/gameinput/deprecated/gameinput_deprecated_members)\
[IGameInputDevice::SetRawDeviceFeature](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_setrawdevicefeature)\
[IGameInputRawDeviceReport](/reference/input/gameinput/interfaces/igameinputrawdevicereport/igameinputrawdevicereport)\
[IGameInputDevice](/reference/input/gameinput/interfaces/igameinputdevice/igameinputdevice)


## Related topics

- [IGameInputDevice::GetRawDeviceFeature](/ko/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_getrawdevicefeature.md)
- [사용되지 않는 GameInput API 멤버](/ko/reference/input/gameinput/deprecated/gameinput_deprecated_members.md)
- [IGameInputDevice::AcquireExclusiveRawDeviceAccess](/ko/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_acquireexclusiverawdeviceaccess.md)
- [IGameInputDevice::ExecuteRawDeviceIoControl](/ko/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_executerawdeviceiocontrol.md)
- [IGameInputDevice::ReleaseExclusiveRawDeviceAccess](/ko/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_releaseexclusiverawdeviceaccess.md)
