mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 14:53:34 +00:00
Merge pull request #2354 from elusivePorpoise/master
FindFirstChangeNotification series of calls
This commit is contained in:
@@ -315,6 +315,13 @@ foreign kernel32 {
|
||||
lpOverlapped: LPOVERLAPPED,
|
||||
lpCompletionRoutine: LPOVERLAPPED_COMPLETION_ROUTINE,
|
||||
) -> BOOL ---
|
||||
FindFirstChangeNotificationW :: proc(
|
||||
lpPathName: LPWSTR,
|
||||
bWatchSubtree: BOOL,
|
||||
dwNotifyFilter: DWORD,
|
||||
) -> HANDLE ---
|
||||
FindNextChangeNotification :: proc(hChangeHandle: HANDLE) -> BOOL ---
|
||||
FindCloseChangeNotification :: proc(hChangeHandle: HANDLE) -> BOOL ---
|
||||
|
||||
InitializeSRWLock :: proc(SRWLock: ^SRWLOCK) ---
|
||||
AcquireSRWLockExclusive :: proc(SRWLock: ^SRWLOCK) ---
|
||||
|
||||
Reference in New Issue
Block a user