
63
3.41 SysGetEmulateMouseState
This function retrieves the status of "Enable" or "Disable" for the Mouse Emulator.
Calling Sequences
[C++]
DWORD SysSetEmulateMouseState(
DWORD *pdwEmulateMouseState
)
[Visual Basic]
Public Shared Function SysGetEmulateMouseState( _
ByRef pdwEmulateMouseState As Int32 _
) As Int32
[C#]
public static Int32 SysGetEmulateMouseState(
ref Int32 pdwEmulateMouseState
);
Parameter
pdwEmulateMouseState
This parameter is for retrieving the status of "Enable" or "Disable" for the Mouse Emulator.
Return Values
TRUE : Normal end.
FALSE : Internal error.
FUNCTION_UNSUPPORT : Unsupported error.
Comentarios a estos manuales