
30
3.11 SysSetPowerOnKeyTime
This function sets up a period of time for continuously pressing the Power key until when the power
is turned on.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetPowerOnKeyTime function.
Calling Sequences
[C++]
DWORD SysSetPowerOnKeyTime(
DWORD dwTime
)
[Visual Basic]
Public Shared Function SysSetPowerOnKeyTime( _
ByVal dwTime As Int32 _
) As Int32
[C#]
public static Int32 SysSetPowerOnKeyTime(
Int32 dwTime
);
Parameters
dwTime
This parameter is for specifying a period of time either 16 milliseconds or a value in the
range of 250 to 1750 milliseconds increment of 250 that allows continuously pressing the
Power key until when the power is turned on.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern