IMsRdpClientAdvancedSettings6::RelativeMouseMode property
Specifies whether the mouse should use relative mode. Contains VARIANT_TRUE if the mouse is in relative mode or VARIANT_FALSE if the mouse is in absolute mode.
This property is read/write.
Syntax
HRESULT put_RelativeMouseMode(
[in] VARIANT_BOOL fRelativeMouseMode
);
HRESULT get_RelativeMouseMode(
[out, retval] VARIANT_BOOL *pfRelativeMouseMode
);
Property value
Contains the new property value.
Remarks
The mouse mode indicates how the ActiveX control calculates the mouse coordinates that it sends to the Remote Desktop Session Host (RD Session Host) server. When the mouse is in relative mode, the ActiveX control calculates mouse coordinates relative to the mouse's last position. When the mouse is in absolute mode, the ActiveX control calculates mouse coordinates relative to the desktop of the RD Session Host server.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista with SP1 |
Minimum supported server |
Windows Server 2008 |
Type library |
|
DLL |
|
IID |
IID_IMsRdpClientAdvancedSettings6 is defined as 222c4b5d-45d9-4df0-a7c6-60cf9089d285 |