FileSystemPowerFunction (Windows Embedded CE 6.0)

1/5/2010

This function is called to initiate a power up or down sequence for all loaded file system drivers.

Syntax

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 Value

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

Header pwinbase.h
Library coredll.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Tasks

Suspend State

Reference

Other OAL Functions
PowerOffSystem

Concepts

Resume State