Lines Matching refs:HWND

243 bool SendCrashReport( HWND hwndParent, const CrashReportParams &rParams );
753 static BOOL SaveDumpFile( HWND hwndOwner ) in SaveDumpFile()
779 static BOOL ScreenToClientRect( HWND hwnd, LPRECT lprc ) in ScreenToClientRect()
784 static BOOL SetWindowRect( HWND hwnd, const RECT *lprc, BOOL fRepaint ) in SetWindowRect()
794 static BOOL SetGrowMode( HWND hwnd, DWORD dwGrowMode ) in SetGrowMode()
799 static DWORD GetGrowMode( HWND hwnd ) in GetGrowMode()
804 static BOOL GrowWindow( HWND hwnd, LONG dxClient, LONG dyClient, BOOL fRepaint ) in GrowWindow()
827 HWND hwnd, // handle to child window in GrowChildWindows()
862 HWND hwndDlg, in PreviewDialogProc()
896 HWND hwndParent = (HWND)GetWindowLong( hwndDlg, GWL_HWNDPARENT ); in PreviewDialogProc()
998 static void PreviewReport( HWND hwndParent, CrashReportParams *pParams ) in PreviewReport()
1015 void UpdateOptionsDialogControls( HWND hwndDlg ) in UpdateOptionsDialogControls()
1032 HWND hwndDlg, in OptionsDialogProc()
1133 static void OptionsDialog( HWND hwndParent, CrashReportParams *pParams ) in OptionsDialog()
1149 void UpdateReportDialogControls( HWND hwndDlg ) in UpdateReportDialogControls()
1162 HWND hwndDlg, in ReportDialogProc()
1293 BOOL CALLBACK WelcomeDialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WelcomeDialogProc()
1300 HWND hwndRichEdit = GetDlgItem(hwndDlg, IDC_RICHEDIT21); in WelcomeDialogProc()
1383 BOOL CALLBACK DialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in DialogProc()
1385 static HWND hwndPages[2] = { NULL }; in DialogProc()
2589 HWND hwndStatus;
2604 HWND hwndDlg, in SendingStatusDialogProc()
2658 bool SendCrashReport( HWND hwndParent, const CrashReportParams &rParams ) in SendCrashReport()