Share via


IBackgroundCopyJob::GetNotifyInterface 메서드(bits.h)

IBackgroundCopyCallback 인터페이스의 구현에 대한 인터페이스 포인터를 검색합니다.

구문

HRESULT GetNotifyInterface(
  [out] IUnknown **pVal
);

매개 변수

[out] pVal

IBackgroundCopyCallback 인터페이스의 구현에 대한 인터페이스 포인터입니다. 완료되면 ppNotifyInterface를 해제합니다.

반환 값

이 메서드는 다음 HRESULT 값과 다른 값을 반환합니다.

반환 코드 설명
S_OK
알림 인터페이스 포인터가 성공적으로 검색되었습니다.
E_INVALIDARG
ppNotifyInterface 인터페이스 포인터의 주소를 전달해야 합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP
지원되는 최소 서버 Windows Server 2003
대상 플랫폼 Windows
헤더 bits.h
라이브러리 Bits.lib
DLL QmgrPrxy.dll

추가 정보

IBackgroundCopyCallback

IBackgroundCopyJob::GetNotifyFlags

IBackgroundCopyJob::SetNotifyInterface