NLedDriverPowerDown (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

Notification LED Driver Functions