NLedDriverPowerDown

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

Syntax

VOID NLedDriverPowerDown ( BOOL power_down );

Parameters

power_down
Boolean. TRUE indicates power is turning off. FALSE indicates power is turning on.

Return Values

None.

Remarks

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

Implement this GWES-layer function as part of porting native device drivers.

This function is declared in the Led_drvr.h header file.