IActionProgressDialog::Initialize method
Provides details about the action progress dialog.
Syntax
HRESULT Initialize( [in] SPINITF flags, [in] LPCWSTR pszTitle, [in] LPCWSTR pszCancel );
Parameters
- flags [in]
-
Type: SPINITF
One of the following values.
- pszTitle [in]
-
Type: LPCWSTR
The title of the progress dialog.
- pszCancel [in]
-
Type: LPCWSTR
The string displayed when a user closes the dialog before completion.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: