|
GME
13
|
import "MgaUtil.idl";

Public Member Functions | |
| HRESULT | SetTitle ([in] BSTR title) |
| HRESULT | SetLine ([in] int line,[in] BSTR msg) |
| HRESULT | StartProgressDialog ([in] HWND hwndParent) |
| HRESULT | HasUserCancelled ([out, retval] VARIANT_BOOL *p) |
| HRESULT | SetProgress ([in] long completed,[in] long total) |
| HRESULT | StopProgressDialog () |
Definition at line 604 of file MgaUtil.idl.
| HRESULT IMgaProgressDlg::HasUserCancelled | ( | [out, retval] VARIANT_BOOL * | p | ) |
Implemented in CMgaProgressDlg.
| HRESULT IMgaProgressDlg::SetLine | ( | [in] int | line, |
| [in] BSTR | msg | ||
| ) |
Implemented in CMgaProgressDlg.
| HRESULT IMgaProgressDlg::SetProgress | ( | [in] long | completed, |
| [in] long | total | ||
| ) |
Implemented in CMgaProgressDlg.
| HRESULT IMgaProgressDlg::SetTitle | ( | [in] BSTR | title | ) |
Implemented in CMgaProgressDlg.
| HRESULT IMgaProgressDlg::StartProgressDialog | ( | [in] HWND | hwndParent | ) |
Implemented in CMgaProgressDlg.
| HRESULT IMgaProgressDlg::StopProgressDialog | ( | ) |
Implemented in CMgaProgressDlg.
1.7.6.1