Share via


IMsRdpClientAdvancedSettings::get_DoubleClickDetect (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates whether the client detects mouse double-clicks for the remote server.

Syntax

HRESULT STDMETHODCALLTYPE get_DoubleClickDetect( 
    LONG *pdoubleClickDetect
);

Parameters

  • pdoubleClickDetect
    [out] Indicates 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.

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::put_DoubleClickDetect