Huw Davies (@huw) commented about dlls/nsi/nsi.c:
CloseHandle( device ); return err;
}
+DWORD WINAPI NsiRequestChangeNotification( DWORD unk, const NPI_MODULEID *module, DWORD table, OVERLAPPED *ovr,
HANDLE *handle )
+{
- FIXME( "%lu %p %lu %p %p stub.\n", unk, module, table, ovr, handle );
- return ERROR_NOT_SUPPORTED;
+}
Would you mind reversing `NsiRequestChangeNotificationEx()`? It likely takes a ptr to a structure containing the params of the non-Ex version.