
50
3.30 SysSetVirtualOffModeEx
This function sets up "Enable" or "Disable" for the virtual turning off including touch panel, screen,
key operation, prohibition on the power off, and setting the CPU speed. The function must be
carried out along with SysSetVirtualOffMode function to control the virtual OFF state on the
components.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetVirtualOffMode function.
Calling Sequences
[C++]
DWORD SysSetVirtualOffModeEx(
DWORD dwVirtualOFFMode
)
[Visual Basic]
Public Shared Function SysSetVirtualOffModeEx( _
ByVal dwVirtualOFFMode As Int32 _
) As Int32
[C#]
public static Int32 SysSetVirtualOffModeEx(
Int32 dwVirtualOFFMode
);
Parameters
dwVirtualOFFMode
This parameter is for specifying "Enable" or "Disable" for the virtual off state selecting
either of the values listed below.
VIRTUALOFF_ENABLE : Enables the virtual off state.
VIRTUALOFF_DISABLE : Disables the virtual off state. (Default)
If "VIRTUALOFF_ENABLE" is set in the parameter, the virtual off states on each
component will be set up as follows. Or, if "VIRTUALOFF_DISABLE" is set the previous
settings will be resumed.
Touch panel : Prohibition
Screen : OFF
Key operation : Prohibition
APO prohibition : Prohibition
Prohibition on turning off the power : Prohibition
CPU speed : "Low" enabled
Comentarios a estos manuales