Home | Info | Community | Development | myReactOS | Contact Us
[static, protected]
Definition at line 188 of file window.cpp.
{ if (code == HCBT_CREATEWND) { HWND hwnd = (HWND)wparam; // create Window controller and associate it with the window handle Window* child = get_window(hwnd); if (!child) child = create_controller(hwnd); } return CallNextHookEx(s_hcbtHook, code, wparam, lparam); }