IActionProgressDialog interface
Exposes methods that initialize and stop a progress dialog.
Members
The IActionProgressDialog interface inherits from the IUnknown interface. IActionProgressDialog also has these types of members:
Methods
The IActionProgressDialog interface has these methods.
| Method | Description |
|---|---|
| Initialize |
Provides details about the action progress dialog. |
| Stop |
Stops a progress dialog. |
Remarks
To instantiate an object that implements this interface, call CoCreateInstance using the class identifier (CLSID) CLSID_ProgressDialog.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: