mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +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,
|
lpOverlapped: LPOVERLAPPED,
|
||||||
lpCompletionRoutine: LPOVERLAPPED_COMPLETION_ROUTINE,
|
lpCompletionRoutine: LPOVERLAPPED_COMPLETION_ROUTINE,
|
||||||
) -> BOOL ---
|
) -> BOOL ---
|
||||||
|
FindFirstChangeNotificationW :: proc(
|
||||||
|
lpPathName: LPWSTR,
|
||||||
|
bWatchSubtree: BOOL,
|
||||||
|
dwNotifyFilter: DWORD,
|
||||||
|
) -> HANDLE ---
|
||||||
|
FindNextChangeNotification :: proc(hChangeHandle: HANDLE) -> BOOL ---
|
||||||
|
FindCloseChangeNotification :: proc(hChangeHandle: HANDLE) -> BOOL ---
|
||||||
|
|
||||||
InitializeSRWLock :: proc(SRWLock: ^SRWLOCK) ---
|
InitializeSRWLock :: proc(SRWLock: ^SRWLOCK) ---
|
||||||
AcquireSRWLockExclusive :: proc(SRWLock: ^SRWLOCK) ---
|
AcquireSRWLockExclusive :: proc(SRWLock: ^SRWLOCK) ---
|
||||||
|
|||||||
Reference in New Issue
Block a user