Merge pull request #5110 from omark96/feat/get_window_thread_process_id

win/sys: Add GetWindowThreadProcessId
This commit is contained in:
gingerBill
2025-05-05 10:17:29 +01:00
committed by GitHub

View File

@@ -47,6 +47,8 @@ foreign user32 {
lpParam: LPVOID,
) -> HWND ---
GetWindowThreadProcessId :: proc(hwnd: HWND, lpdwProcessId: LPDWORD) -> DWORD ---
DestroyWindow :: proc(hWnd: HWND) -> BOOL ---
ShowWindow :: proc(hWnd: HWND, nCmdShow: INT) -> BOOL ---