Add CancelIoEx to kernel32.odin

This commit is contained in:
FourteenBrush
2025-09-04 00:38:51 +02:00
committed by GitHub
parent 3bbf3641a1
commit f6bf88d184
+1
View File
@@ -413,6 +413,7 @@ foreign kernel32 {
lpBytesLeftThisMessage: ^u32,
) -> BOOL ---
CancelIo :: proc(handle: HANDLE) -> BOOL ---
CancelIoEx :: proc(hFile: HANDLE, lpOverlapped: LPOVERLAPPED) -> BOOL ---
GetOverlappedResult :: proc(
hFile: HANDLE,
lpOverlapped: LPOVERLAPPED,