ReadDirectoryChangesW
Function parameters
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
Functions in this namespace
Functions
Source
Implementation
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