Go to the source code of this file.
Classes | |
| class | CMyMessageBox |
Defines | |
| #define | AFX_MYMESSAGEBOX_H__611389DA_FD32_41A3_A149_12BDFFA82B97__INCLUDED_ |
Functions | |
| UINT | MyMessageBox (CWnd *pwndParent, LPCSTR pszText, LPCSTR pszTitle, LPCSTR pszCheckbox, LPCSTR pszSysIcon=NULL, LPCSTR pszBtn1Text="OK", LPCSTR pszBtn2Text=NULL, LPCSTR pszBtn3Text=NULL) |
| #define AFX_MYMESSAGEBOX_H__611389DA_FD32_41A3_A149_12BDFFA82B97__INCLUDED_ |
Definition at line 7 of file MyMessageBox.h.
| UINT MyMessageBox | ( | CWnd * | pwndParent, | |
| LPCSTR | pszText, | |||
| LPCSTR | pszTitle, | |||
| LPCSTR | pszCheckbox, | |||
| LPCSTR | pszSysIcon = NULL, |
|||
| LPCSTR | pszBtn1Text = "OK", |
|||
| LPCSTR | pszBtn2Text = NULL, |
|||
| LPCSTR | pszBtn3Text = NULL | |||
| ) | [inline] |
Definition at line 55 of file MyMessageBox.h.
References _DlgMgr, fsDialogsMgr::DoModal(), CMyMessageBox::m_bChecked, CMyMessageBox::m_hIcon, CMyMessageBox::m_strBtn1Text, CMyMessageBox::m_strBtn2Text, CMyMessageBox::m_strBtn3Text, CMyMessageBox::m_strCheckBoxText, CMyMessageBox::m_strText, CMyMessageBox::m_strTitle, and NULL.
Referenced by vmsMediaConvertMgr::_threadConvertMediaFile(), fsDownloadMgr::CheckIfMalicious(), and CCreateDownloadDlg::OnMalicious().
1.5.6