PowerOffSystem
Other versions of this page are also available for the following:
8/27/2008
This function performs a call to the kernel to do the final power–down steps before suspending the device. This function is callable from kernel mode only.
Syntax
void PowerOffSystem(void);
Parameters
None.
Return Value
None.
Remarks
This API should only be called by the Power Manager, or by the OEM if the Power Manager is not present. This API is called only after FileSystemPowerFunction is called.
Requirements
Header | pkfuncs.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |