SHRemoveFolderPathFromLibrary 함수(shobjidl_core.h)
라이브러리에서 폴더를 제거합니다.
구문
HRESULT SHRemoveFolderPathFromLibrary(
[in] IShellLibrary *plib,
[in] PCWSTR pszFolderPath
);
매개 변수
[in] plib
형식: IShellLibrary*
폴더를 제거할 IShellLibrary 개체입니다.
[in] pszFolderPath
형식: PCWSTR
제거할 폴더의 경로입니다.
반환 값
형식: HRESULT
이 함수가 성공하면 S_OK 반환합니다. 그러지 않으면 HRESULT 오류 코드를 반환합니다.
설명
IShellLibrary::RemoveFolder 메서드를 래핑하는 인라인 도우미 함수입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 7 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 R2 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | shobjidl_core.h(Shobjidl.h 포함) |
추가 정보
IShellLibrary::LoadLibraryFromItem