
33
3.14 SysGetPowerOffKeyTime
This function retrieves the period of time for continuously pressing the Power key until when the
power is turned off.
Calling Sequences
[C++]
DWORD SysGetPowerOffKeyTime(
DWORD *pdwTime
)
[Visual Basic]
Public Shared Function SysGetPowerOffKeyTime( _
ByRef pdwTime As Int32 _
) As Int32
[C#]
public static Int32 SysGetPowerOffKeyTime(
ref Int32 pdwTime
);
Parameters
pdwTime
This parameter is for retrieving the period of time set for continuously pressing the Power
key. See SysSetPowerOffKeyTime function for values to retrieve.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentários a estes Manuais