다음을 통해 공유


IBackgroundCopyFile2 인터페이스

IBackgroundCopyFile2 인터페이스를 사용하여 파일에 대한 새 원격 이름을 지정하고 다운로드할 범위 목록을 검색합니다.

IBackgroundCopyFile2 인터페이스는 IBackgroundCopyFile 인터페이스에서 상속됩니다.

IBackgroundCopyFile2 인터페이스 포인터를 얻으려면 인터페이스 식별자에 대해 __uuidof(IBackgroundCopyFile2)를 사용하여 IBackgroundCopyFile::QueryInterface 메서드를 호출합니다. IBackgroundCopyFile2 인터페이스 포인터를 사용하여 IBackgroundCopyFile 및 IBackgroundCopyFile2 메서드를 모두 호출합니다.

멤버

IBackgroundCopyFile2 인터페이스는 IBackgroundCopyFile에서 상속됩니다. IBackgroundCopyFile2 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IBackgroundCopyFile2 인터페이스에는 이러한 메서드가 있습니다.

메서드 Description
GetFileRanges URL에서 다운로드하려는 범위의 배열을 검색합니다.
SetRemoteName 원격 이름을 새 URL로 변경합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows 10 버전 1709 [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 버전 1709 [데스크톱 앱만 해당]
헤더
Deliveryoptimization.h
IDL
DeliveryOptimization.idl
라이브러리
Dosvc.lib
DLL
Dosvc.dll
IID
IID_IBackgroundCopyFile2 83E81B93-0873-474D-8A8C-F2018B1A939C로 정의됩니다.

추가 정보

IBackgroundCopyFile