NLedDriverPowerDown

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/28/2008

This function sends a power status change notification to an LED.

Syntax

VOID NLedDriverPowerDown(
  BOOL power_down 
);

Parameters

  • power_down
    [in] Indicates a power status change. TRUE indicates the power is turning off. FALSE indicates the power is turning on.

Return Value

None.

Remarks

This function can take action as appropriate for the LED devices, such as turning them off.

The NLedDriverPowerDown function sends a power status change notification to the LED devices.

An implementation of NLedDriverPowerDown for a platform with no LEDs would simply return.

Requirements

Header led_drvr.h
Library Nleddrv.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later