다음을 통해 공유


IMFTrustedOutput::GetOutputTrustAuthorityByIndex 메서드(mfidl.h)

인덱스로 지정된 OTA(출력 신뢰 기관)를 가져옵니다.

구문

HRESULT GetOutputTrustAuthorityByIndex(
  [in]  DWORD                   dwIndex,
  [out] IMFOutputTrustAuthority **ppauthority
);

매개 변수

[in] dwIndex

검색할 OTA의 인덱스(0부터 시작)입니다. 이 개체에서 제공하는 OTA 수를 얻으려면 IMFTrustedOutput::GetOutputTrustAuthorityCount를 호출합니다.

[out] ppauthority

OTA의 IMFOutputTrustAuthority 인터페이스에 대한 포인터를 받습니다. 호출자는 인터페이스를 해제해야 합니다.

반환 값

메서드가 성공하면 S_OK를 반환하고, 성공하지 않으면 HRESULT 오류 코드를 반환합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱 | UWP 앱]
대상 플랫폼 Windows
헤더 mfidl.h
라이브러리 Mfuuid.lib

참고 항목

IMFTrustedOutput