windows::Win32::Storage::FileSystem

Function ReadDirectoryChangesExW

pub unsafe fn ReadDirectoryChangesExW(
    hdirectory: HANDLE,
    lpbuffer: *mut c_void,
    nbufferlength: u32,
    bwatchsubtree: bool,
    dwnotifyfilter: FILE_NOTIFY_CHANGE,
    lpbytesreturned: Option<*mut u32>,
    lpoverlapped: Option<*mut OVERLAPPED>,
    lpcompletionroutine: LPOVERLAPPED_COMPLETION_ROUTINE,
    readdirectorynotifyinformationclass: READ_DIRECTORY_NOTIFY_INFORMATION_CLASS,
) -> Result<()>