次の方法で共有


PowerOffSystem (Compact 2013)

10/16/2014

This function calls the kernel to do the final power-down steps before suspending the device.

Syntax

void PowerOffSystem(void);

Parameters

None.

Return Value

None.

Remarks

This function can only be called from kernel mode. This function is only called by Power Manager, or by the OEM if Power Manager is not present. This function is called only after the FileSystemPowerFunction function is called.

Requirements

Header

pkfuncs.h

Library

coredll.lib

See Also

Reference

Kernel Functions Available to the OAL
FileSystemPowerFunction