ITransferSource::ApplyPropertiesToItem メソッド (shobjidl_core.h)
一連のプロパティ変更をアイテムに適用します。
構文
HRESULT ApplyPropertiesToItem(
[in] IShellItem *psiSource,
[out] IShellItem **ppsiNew
);
パラメーター
[in] psiSource
種類: IShellItem*
変更する IShellItem へのポインター。
[out] ppsiNew
種類: IShellItem**
このメソッドが戻るとき、 には、変更された IShellItem へのポインターのアドレスが含まれます。
戻り値
種類: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | shobjidl_core.h (Shobjidl.h を含む) |