
62
3.40 SysSetEmulateMouseState
This function sets up "Enable" or "Disable" for the Mouse Emulator.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetEmulateMouseState function.
Calling Sequences
[C++]
DWORD SysSetEmulateMouseState(
DWORD dwEmulateMouseState
)
[Visual Basic]
Public Shared Function SysSetEmulateMouseState( _
ByVal dwEmulateMouseState As Int32 _
) As Int32
[C#]
public static Int32 SysSetEmulateMouseState(
Int32 dwEmulateMouseState
);
Parameter
dwEmulateMouseState
This parameter is for specifying "Enable" or "Disable" for the Mouse Emulator selecting either of
the values listed below.
EMULATE_ENABLE : Enable the Mouse Emulator.
EMULATE_DISABLE : Disable the Mouse Emulator (Default).
Return Values
TRUE : Normal end.
FALSE : Internal error.
FUNCTION_UNSUPPORT : Unsupported error.
Comentarios a estos manuales