Share via


IMsRdpClientAdvancedSettings::get_EnableMouse (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

HRESULT STDMETHODCALLTYPE get_EnableMouse( 
    LONG *penableMouse
);

Parameters

  • penableMouse
    [out] Indicates whether the ActiveX client control sends mouse-button messages to the remote server.

    A nonzero value indicates that the ActiveX client control sends mouse-button messages, while a value of 0 indicates that the client control does not send mouse-button messages.

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