27 Jul
2023
27 Jul
'23
8:35 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3423#note_40426