IOperationsProgressDialog interface
Exposes methods to get, set, and query a progress dialog.
Members
The IOperationsProgressDialog interface inherits from the IUnknown interface. IOperationsProgressDialog also has these types of members:
Methods
The IOperationsProgressDialog interface has these methods.
| Method | Description |
|---|---|
| GetMilliseconds |
Gets elapsed and remaining time for progress dialog. |
| GetOperationStatus |
Gets operation status for progress dialog. |
| PauseTimer |
Pauses progress dialog timer. |
| ResetTimer |
Resets progress dialog timer to 0. |
| ResumeTimer |
Resumes progress dialog timer. |
| SetMode |
Sets progress dialog operations mode. |
| SetOperation |
Sets which progress dialog operation is occurring, and whether we are in pre-flight or undo mode. |
| StartProgressDialog |
Starts the specified progress dialog. |
| StopProgressDialog |
Stops current progress dialog. |
| UpdateLocations |
Called to specify the text elements stating the source and target in the current progress dialog. |
| UpdateProgress |
Updates the current progress dialog, as specified. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|