Searched refs:WndProc (Results 1 – 2 of 2) sorted by relevance
27 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function49 wc.lpfnWndProc = WndProc; in CreateWindowNative()
42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);89 wndclass.lpfnWndProc = WndProc; in WinMain()147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc() function
Completed in 4 milliseconds