NDI_INSTALL dwFlags = (DWORD)lParam; // NDI flags
The NDI_INSTALL message is sent when the NDI manager needs to copy the NDI files and perform registry and system file modifications for the driver.
dwFlags
The current NDI object flags. See NdiGetFlags.
Value | Meaning |
NDIF_ADDED | The driver has been added. |
NDIF_REMOVED | The driver has been removed. |
NDI_MODIFIED _BINDINGS | The driver's bindings have been changed. |
NDI_MODIFIED _PROPERTIES | The driver's properties have been changed. |
A driver installer that handles this message must also call NdiDefProc to perform common installation. The default handler calls DiInstallDevice and performs other necessary registry updates.