Lines Matching refs:hwndParent
243 bool SendCrashReport( HWND hwndParent, const CrashReportParams &rParams );
896 HWND hwndParent = (HWND)GetWindowLong( hwndDlg, GWL_HWNDPARENT ); in PreviewDialogProc() local
898 GetWindowText( hwndParent, szBuffer, elementsof(szBuffer) ); in PreviewDialogProc()
998 static void PreviewReport( HWND hwndParent, CrashReportParams *pParams ) in PreviewReport() argument
1000 HINSTANCE hInstance = (HINSTANCE)GetWindowLong(hwndParent, GWL_HINSTANCE ); in PreviewReport()
1007 hwndParent, in PreviewReport()
1133 static void OptionsDialog( HWND hwndParent, CrashReportParams *pParams ) in OptionsDialog() argument
1135 HINSTANCE hInstance = (HINSTANCE)GetWindowLong(hwndParent, GWL_HINSTANCE ); in OptionsDialog()
1140 hwndParent, in OptionsDialog()
2658 bool SendCrashReport( HWND hwndParent, const CrashReportParams &rParams ) in SendCrashReport() argument
2749 if ( hwndParent ) in SendCrashReport()
2754 hwndParent, in SendCrashReport()
2769 MessageBox( hwndParent, szMessage, NULL, MB_ICONERROR | MB_OK ); in SendCrashReport()
2779 MessageBox( hwndParent, szMessage, szTitle, MB_ICONINFORMATION | MB_OK ); in SendCrashReport()
2815 if ( hwndParent ) in SendCrashReport()
2816 MessageBox( hwndParent, szMessage, NULL, MB_ICONERROR | MB_OK ); in SendCrashReport()