IProgressDialog::SetTitle メソッド (shlobj_core.h)
進行状況ダイアログ ボックスのタイトルを設定します。
構文
HRESULT SetTitle(
[in] PCWSTR pwzTitle
);
パラメーター
[in] pwzTitle
種類: PCWSTR
ダイアログ ボックスのタイトルを含む null で終わる Unicode 文字列へのポインター。
戻り値
型: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 2000 Professional、Windows XP [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
対象プラットフォーム | Windows |
ヘッダー | shlobj_core.h |
[DLL] | Shell32.dll (バージョン 5.0 以降) |