IGameInputDevice::AcquireExclusiveRawDeviceAccess
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 membersIGameInputDevice::ReleaseExclusiveRawDeviceAccess
IGameInputDevice
