Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In Windows Embedded CE6 FileSystemPowerFunction is only callable from kernel-space. The function OEM_FileSystePowerFunction is a workaround to use FileSystemPowerFunction from user-space.
This function initiates a power-up or power-down sequence for all loaded file-system drivers.
See Platform-Builder-Help for details.

void OEM_FileSystemPowerFunction(
  DWORD dwFlags
);

Parameters

dwFlags
[in] Distinguishes the type of power notification to be sent to the file system drivers.

Flag

Description

FSNOTIFY_POWER_OFF

Turn off the file system drivers.

FSNOTIFY_POWER_ON

Turn on the file system drivers.

Requirements

OS Versions: Windows Embedded CE 6.
Header: drvlib_app.h
Link Library: drvlib_app.lib
added: 29.01.2013

  • No labels