mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Merge pull request #3371 from mailgerigk/windows-setevent
Add windows.SetEvent
This commit is contained in:
@@ -324,6 +324,7 @@ foreign kernel32 {
|
|||||||
lpName: LPCWSTR,
|
lpName: LPCWSTR,
|
||||||
) -> HANDLE ---
|
) -> HANDLE ---
|
||||||
ResetEvent :: proc(hEvent: HANDLE) -> BOOL ---
|
ResetEvent :: proc(hEvent: HANDLE) -> BOOL ---
|
||||||
|
SetEvent :: proc(hEvent: HANDLE) -> BOOL ---
|
||||||
WaitForMultipleObjects :: proc(
|
WaitForMultipleObjects :: proc(
|
||||||
nCount: DWORD,
|
nCount: DWORD,
|
||||||
lpHandles: ^HANDLE,
|
lpHandles: ^HANDLE,
|
||||||
|
|||||||
Reference in New Issue
Block a user