IParentAndItem::SetParentAndItem メソッド (shobjidl_core.h)
アイテムの親と親の子 ID を設定します。
構文
HRESULT SetParentAndItem(
[in] PCIDLIST_ABSOLUTE pidlParent,
[in] IShellFolder *psf,
[in] PCUITEMID_CHILD pidlChild
);
パラメーター
[in] pidlParent
種類: PCIDLIST_ABSOLUTE
親のポインター。
[in] psf
種類: IShellFolder*
親である IShellFolder へのポインター。
[in] pidlChild
種類: PCUITEMID_CHILD
psf を基準とした子である PIDL。
戻り値
型: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
注釈
IParentAndItem は通常、IShellItems に実装されますが、IShellItem に固有のものではありません。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | shobjidl_core.h (Shobjidl.h を含む) |