FileSystemPowerFunction (Windows CE 5.0)
This function is called to initiate a power up or down sequence for all loaded file system drivers.
void FileSystemPowerFunction(DWORD dwflags);
Parameters
dwflags
[in] Distinguishes the type of power notification to be sent to the file system drivers.The following table shows the possible flags for this parameter.
Flag Description FSNOTIFY_POWER_OFF Turn off the file system drivers. FSNOTIFY_POWER_ON Turn on the file system drivers.
Return Values
None.
Remarks
This function should only be called by the Power Manager or by the OEM if the Power Manager is not present and before they call PowerOffSystem.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Pwinbase.h.
Link Library: Coredll.lib.
See Also
PowerOffSystem | Suspend State | Resume State
Send Feedback on this topic to the authors