Share via


IBackgroundCopyFile 인터페이스(bits.h)

IBackgroundCopyFile 에는 작업의 일부인 파일에 대한 정보가 포함되어 있습니다. 예를 들어 IBackgroundCopyFile 메서드를 사용하여 파일의 로컬 및 원격 이름을 검색하고 진행률 정보를 전송할 수 있습니다.

IBackgroundCopyFile 인터페이스 포인터를 얻으려면 IBackgroundCopyError::GetFile 메서드 또는 IEnumBackgroundCopyFiles::Next 메서드를 호출합니다.

상속

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

메서드

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

 
IBackgroundCopyFile::GetLocalName

파일의 로컬 이름을 검색합니다.
IBackgroundCopyFile::GetProgress

파일 전송 진행률에 대한 정보를 검색합니다.
IBackgroundCopyFile::GetRemoteName

파일의 원격 이름을 검색합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP
지원되는 최소 서버 Windows Server 2003
대상 플랫폼 Windows
헤더 bits.h

추가 정보

IBackgroundCopyError

IBackgroundCopyFile2

IBackgroundCopyJob

IEnumBackgroundCopyFiles