IMsRdpClientAdvancedSettings::minInputSendInterval property
Specifies the minimum interval, in milliseconds, between the sending of mouse events.
This property is read/write.
Syntax
HRESULT put_minInputSendInterval(
[in] LONG minInputSendInterval
);
HRESULT get_minInputSendInterval(
[out] LONG *pminInputSendInterval
);
Property value
The new interval, in milliseconds. The default value is 100.
Error codes
Returns S_OK if successful.
Remarks
For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Type library |
|
DLL |
|
IID |
IID_IMsRdpClientAdvancedSettings is defined as 3c65b4ab-12b3-465b-acd4-b8dad3bff9e2 |