Edoardo Luppi
07/08/2023, 7:36 PMFindFirstChangeNotificationW
expects a DWORD
(UInt
) as last parameter, but the constants are all Int
Am I supposed to convert it with toUInt
or is it a problem with the type definitions?Wyatt Kennedy
07/08/2023, 7:59 PMEdoardo Luppi
07/08/2023, 8:02 PM