Searched refs:WndProc (Results 1 – 2 of 2) sorted by relevance
45 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
229 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function in Win32Window520 parentWindowClass.lpfnWndProc = WndProc; in initialize()537 childWindowClass.lpfnWndProc = WndProc; in initialize()