SmartCode ViewerX

IScVxAdvancedSettings::EnableMouseMoveEvent Property


Enables/Disables firing of OnMouseMoveEvent event. For performance reasons, this property is set to False by default.

Syntax

HRESULT IScVxAdvancedSettings::get_EnableServerMouseMoveEvent(VARIANT_BOOL* pbEnable);
HRESULT IScVxAdvancedSettings::put_EnableServerMouseMoveEvent(VARIANT_BOOL bEnable);

Parameters

pbEnable
Pointer to a variable of type VARIANT_BOOL that receives EnableMouseMoveEvent event status.
bEnable
VARIANT_BOOL that enables or disables EnableMouseMoveEvent event.

Return Value

Returns S_OK if successful, or an error value otherwise.