Skip to main content

IGameInputDevice::AcquireExclusiveRawDeviceAccess

Deprecated. This method was removed in GameInput v1 and is not available in the current API.
Acquires exclusive access to the raw device interface, preventing other applications from reading raw device reports.

Syntax

Parameters

timeoutInMicroseconds   _In_
Type: uint64_t
The amount of time in microseconds to wait for exclusive access to be granted.

Return value

Type: HRESULT Returns E_NOTIMPL, as this method was never implemented in v0.

Remarks

This method was removed in v1 as part of simplification of the raw device access model. Raw device report access in the current API is handled through the IGameInputRawDeviceReport interface.

Version History

See also

Deprecated GameInput API members
IGameInputDevice::ReleaseExclusiveRawDeviceAccess
IGameInputDevice
Last modified on August 4, 2026