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 포함) |