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.HANDLElpBuffer: [*]align(@alignOf(windows.FILE_NOTIFY_INFORMATION)) u8nBufferLength: windows.DWORDbWatchSubtree: windows.BOOLdwNotifyFilter: windows.FileNotifyChangeFilterlpBytesReturned: ?*windows.DWORDlpOverlapped: ?*windows.OVERLAPPEDlpCompletionRoutine: 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