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