mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 14:23:33 +00:00
user32.odin add UnhookWinEvent
This commit is contained in:
@@ -25,6 +25,7 @@ foreign user32 {
|
||||
idProcess, idThread: DWORD,
|
||||
dwFlags: WinEventFlags,
|
||||
) -> HWINEVENTHOOK ---
|
||||
UnhookWinEvent :: proc(winEventHook: HWINEVENTHOOK) -> BOOL ---
|
||||
|
||||
IsChild :: proc(hWndParent, hWnd: HWND) -> BOOL ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user