pub unsafe fn FindFirstChangeNotificationW<'a, Param0, Param1>(
    lppathname: Param0,
    bwatchsubtree: Param1,
    dwnotifyfilter: FILE_NOTIFY_CHANGE
) -> FindChangeNotificationHandle where
    Param0: IntoParam<'a, PCWSTR>,
    Param1: IntoParam<'a, BOOL>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’