Add SetWindowSubclass and RegisterHotKey functions

This commit is contained in:
Lion Schitik
2025-01-08 01:47:36 +01:00
parent b136aa26c8
commit cdef798fbc
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ foreign user32 {
RegisterClassExW :: proc(^WNDCLASSEXW) -> ATOM ---
UnregisterClassW :: proc(lpClassName: LPCWSTR, hInstance: HINSTANCE) -> BOOL ---
RegisterHotKey :: proc(hnwd: HWND, id: int, fsModifiers: UINT, vk: UINT) -> BOOL ---
CreateWindowExW :: proc(
dwExStyle: DWORD,
lpClassName: LPCWSTR,