Lines Matching refs:HWND
42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
43 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
45 BOOL CenterAbout (HWND hwndChild, HWND hwndParent);
53 BOOL LoadImageFile(HWND hwnd, PTSTR pstrPathName,
57 BOOL DisplayImage (HWND hwnd, BYTE **ppDib,
83 HWND hwnd; in WinMain()
147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc()
431 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message, in AboutDlgProc()
459 BOOL CenterAbout (HWND hwndChild, HWND hwndParent) in CenterAbout()
661 BOOL LoadImageFile (HWND hwnd, PTSTR pstrPathName, in LoadImageFile()
705 BOOL DisplayImage (HWND hwnd, BYTE **ppDib, in DisplayImage()