NLedDriverDllEntry

This function is the main entry point for the notification LED driver DLL.

Syntax

BOOL NLedDriverDllEntry( HANDLE hinstDll, DWORD fdwReason, LPVOID lpvReserved );

Parameters

hinstDll
Instance handle of the DLL.
fdwReason
Reason for which this function was called.
lpvReserved
Reserved; not used.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

This function is defined in the Nleddrv.cpp file.