Add DefSubclassProc binding

This commit is contained in:
Deserted999
2026-05-08 15:01:11 +03:00
parent e70f846de0
commit e9cf5fdc3a

View File

@@ -8,6 +8,7 @@ foreign Comctl32 {
InitCommonControlsEx :: proc(picce: ^INITCOMMONCONTROLSEX) -> BOOL ---
LoadIconWithScaleDown :: proc(hinst: HINSTANCE, pszName: PCWSTR, cx: c_int, cy: c_int, phico: ^HICON) -> HRESULT ---
SetWindowSubclass :: proc(hwnd: HWND, pfnSubclass: SUBCLASSPROC, uIdSubclass: UINT_PTR, dwRefData: DWORD_PTR) ---
DefSubclassProc :: proc(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) -> LRESULT ---
}
ICC_LISTVIEW_CLASSES :: 0x00000001