PowerOffSystem (Windows Embedded CE 6.0)

1/5/2010

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

See Also

Tasks

Suspend State

Reference

Other OAL Functions
FileSystemPowerFunction

Other Resources

Kernel Mode APIs