NLedDriverPowerDown (Windows CE 5.0)
This function sends a power status change notification to an LED.
VOID NLedDriverPowerDown(BOOLpower_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 Values
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
OS Versions: Windows CE 1.0 and later.
Header: Led_drvr.h.
Link Library: Nleddrv.lib.
Send Feedback on this topic to the authors