NLedDriverInitialize

This function initializes the notification LED.

Syntax

BOOL NLedDriverInitialize ( void );

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

Even if no explicit initialization is required for the notification LED, a stub function must be provided.

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

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