Function ReadDirectoryChangesW [src]
Prototype
pub extern "kernel32" fn ReadDirectoryChangesW( hDirectory: windows.HANDLE, lpBuffer: [*]align(@alignOf(windows.FILE_NOTIFY_INFORMATION)) u8, nBufferLength: windows.DWORD, bWatchSubtree: windows.BOOL, dwNotifyFilter: windows.FileNotifyChangeFilter, lpBytesReturned: ?*windows.DWORD, lpOverlapped: ?*windows.OVERLAPPED, lpCompletionRoutine: windows.LPOVERLAPPED_COMPLETION_ROUTINE, ) callconv(.winapi) windows.BOOL
Parameters
hDirectory: windows.HANDLE
lpBuffer: [*]align(@alignOf(windows.FILE_NOTIFY_INFORMATION)) u8
nBufferLength: windows.DWORD
bWatchSubtree: windows.BOOL
dwNotifyFilter: windows.FileNotifyChangeFilter
lpBytesReturned: ?*windows.DWORD
lpOverlapped: ?*windows.OVERLAPPED
lpCompletionRoutine: windows.LPOVERLAPPED_COMPLETION_ROUTINE
Source
pub extern "kernel32" fn ReadDirectoryChangesW(
hDirectory: windows.HANDLE,
lpBuffer: [*]align(@alignOf(windows.FILE_NOTIFY_INFORMATION)) u8,
nBufferLength: windows.DWORD,
bWatchSubtree: windows.BOOL,
dwNotifyFilter: windows.FileNotifyChangeFilter,
lpBytesReturned: ?*windows.DWORD,
lpOverlapped: ?*windows.OVERLAPPED,
lpCompletionRoutine: windows.LPOVERLAPPED_COMPLETION_ROUTINE,
) callconv(.winapi) windows.BOOL