Home | History | Annotate | Download | only in gregbook

Lines Matching refs:hwnd

148 LRESULT CALLBACK  rpng2_win_wndproc(HWND, UINT, WPARAM, LPARAM);
240 static HWND global_hwnd;
1188 LRESULT CALLBACK rpng2_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP)
1200 hdc = BeginPaint(hwnd, &ps);
1205 EndPaint(hwnd, &ps);
1224 return DefWindowProc(hwnd, iMsg, wP, lP);