IMsRdpClientAdvancedSettings::put_DoubleClickDetect (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that indicates whether the client detects mouse double-clicks for the remote server.
Syntax
HRESULT put_DoubleClickDetect(
LONG doubleClickDetect
);
Parameters
doubleClickDetect
[in] Specifies whether the client detects mouse double-clicks for the remote server.A nonzero value indicates that double-click detection is enabled. A value of 0 indicates that double-click detection is not available. The default value is 0.
Return Value
Returns S_OK if successful.
Requirements
Header | mstsax.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IMsRdpClientAdvancedSettings Methods for Keyboard and Mouse
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_DoubleClickDetect