user32.odin add UnhookWinEvent

This commit is contained in:
Joshua Zimbicki
2026-02-02 17:05:01 +11:00
parent f7901cffc9
commit 332af91b23

View File

@@ -25,6 +25,7 @@ foreign user32 {
idProcess, idThread: DWORD,
dwFlags: WinEventFlags,
) -> HWINEVENTHOOK ---
UnhookWinEvent :: proc(winEventHook: HWINEVENTHOOK) -> BOOL ---
IsChild :: proc(hWndParent, hWnd: HWND) -> BOOL ---