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