Freigeben über


IGameInputDevice::GetRawDeviceFeature

Note

This function is not yet implemented.

Queries a feature report from a HID device.

Syntax

HRESULT GetRawDeviceFeature(  
         uint32_t reportId,  
         IGameInputRawDeviceReport** report  
)  

Parameters

reportId   _In_
Type: uint32_t

Device defined ID for the feature report.

report   _COM_Outptr_
Type: IGameInputRawDeviceReport**

The returned feature report.

Return value

Type: HRESULT

Returns E_NOTIMPL.

Remarks

The IGameInputDevice::GetRawDeviceFeature and IGameInputDevice::SetRawDeviceFeature methods are used to query and send feature reports with Human Interface Device (HID) devices. There are no restrictions on which features are supported. This is determined by the device or the driver.

Note

These methods do not support Xbox One or Xbox 360 devices.

Requirements

Header: GameInput.h

Library: xgameruntime.lib

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

Advanced GameInput topics
Overview of GameInput
IGameInputDevice::SetRawDeviceFeature
IGameInputDevice