Home | History | Annotate | Download | only in SdlDemo

Lines Matching refs:hWnd

10 LRESULT DlgProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
19 HWND hWnd = 0, hOut = 0, hDisp = 0;
80 hWnd = CreateDialog( 0, MAKEINTRESOURCE(IDD_MAIN_WINDOW), 0,(DLGPROC)DlgProc);
81 if( hWnd == 0 ) exit(-1);
82 ShowWindow(hWnd, SW_SHOW);
84 hOut = GetDlgItem(hWnd, IDC_OUTPUT);
87 hDisp = GetDlgItem(hWnd, IDC_SDL_WIN);
197 LRESULT DlgProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam )