NDI_SYSTEMCHANGE
uTypeOfChange = (UINT)wParam; // type of change made.
The NDI_SYSTEMCHANGE message is sent whenever an object was added or removed from the system. The NDI procedure should validate its settings and bindings.
NDISYSTEMCHANGE_ADD - an object was added to the system.
NDISYSTEMCHANGE_REMOVE - an object was removed from the system.