IBackgroundCopyFile3 인터페이스(bits3_0.h)

이 인터페이스를 사용하여 다운로드한 콘텐츠가 포함된 임시 파일의 이름을 검색하고 피어가 콘텐츠를 요청할 수 있도록 파일의 유효성을 검사합니다.

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

상속

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

메서드

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

 
IBackgroundCopyFile3::GetTemporaryName

다운로드 내용이 포함된 임시 파일의 전체 경로를 가져옵니다.
IBackgroundCopyFile3::GetValidationState

이 파일의 현재 유효성 검사 상태를 가져옵니다.
IBackgroundCopyFile3::IsDownloadedFromPeer

파일의 일부가 피어에서 다운로드되었는지 여부를 결정하는 값을 가져옵니다.
IBackgroundCopyFile3::SetValidationState

이 파일의 유효성 검사 상태를 설정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista
지원되는 최소 서버 Windows Server 2008
대상 플랫폼 Windows
헤더 bits3_0.h(Bits.h 포함)

추가 정보

IBackgroundCopyFile

IBackgroundCopyFile2