Share via


IMsRdpClientAdvancedSettings::put_EnableMouse (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that indicates whether the ActiveX client control sends mouse-button messages to the remote server.

Syntax

HRESULT put_EnableMouse( 
    LONG enableMouse
);

Parameters

  • enableMouse
    [in] Specifies whether the ActiveX client control sends mouse-button messages to the remote server.

    Set this parameter to a nonzero value to indicate that the ActiveX client control sends mouse-button messages. Or, set it to 0 to indicate that the client control does not send mouse-button messages. The default value is nonzero.

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