windows::Win32::Storage::FileSystem

Function FindFirstChangeNotificationA

pub unsafe fn FindFirstChangeNotificationA<P0>(
    lppathname: P0,
    bwatchsubtree: bool,
    dwnotifyfilter: FILE_NOTIFY_CHANGE,
) -> Result<HANDLE>
where P0: Param<PCSTR>,