Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.95 KB

nf-mfidl-imftrustedoutput-getoutputtrustauthoritybyindex.md

File metadata and controls

72 lines (59 loc) · 2.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFTrustedOutput.GetOutputTrustAuthorityByIndex
IMFTrustedOutput::GetOutputTrustAuthorityByIndex (mfidl.h)
Gets an output trust authority (OTA), specified by index.
4dd570e7-c6fb-4ffb-8ef5-b88a6638dbbf
GetOutputTrustAuthorityByIndex
GetOutputTrustAuthorityByIndex method [Media Foundation]
GetOutputTrustAuthorityByIndex method [Media Foundation]
IMFTrustedOutput interface
IMFTrustedOutput interface [Media Foundation]
GetOutputTrustAuthorityByIndex method
IMFTrustedOutput.GetOutputTrustAuthorityByIndex
IMFTrustedOutput::GetOutputTrustAuthorityByIndex
mf.imftrustedoutput_getoutputtrustauthoritybyindex
mfidl/IMFTrustedOutput::GetOutputTrustAuthorityByIndex
mf\imftrustedoutput_getoutputtrustauthoritybyindex.htm
medfound
4dd570e7-c6fb-4ffb-8ef5-b88a6638dbbf
12/05/2018
4dd570e7-c6fb-4ffb-8ef5-b88a6638dbbf, GetOutputTrustAuthorityByIndex, GetOutputTrustAuthorityByIndex method [Media Foundation], GetOutputTrustAuthorityByIndex method [Media Foundation],IMFTrustedOutput interface, IMFTrustedOutput interface [Media Foundation],GetOutputTrustAuthorityByIndex method, IMFTrustedOutput.GetOutputTrustAuthorityByIndex, IMFTrustedOutput::GetOutputTrustAuthorityByIndex, mf.imftrustedoutput_getoutputtrustauthoritybyindex, mfidl/IMFTrustedOutput::GetOutputTrustAuthorityByIndex
mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFTrustedOutput::GetOutputTrustAuthorityByIndex
mfidl/IMFTrustedOutput::GetOutputTrustAuthorityByIndex
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFTrustedOutput.GetOutputTrustAuthorityByIndex

IMFTrustedOutput::GetOutputTrustAuthorityByIndex

-description

Gets an output trust authority (OTA), specified by index.

-parameters

-param dwIndex [in]

Zero-based index of the OTA to retrieve. To get the number of OTAs provided by this object, call IMFTrustedOutput::GetOutputTrustAuthorityCount.

-param ppauthority [out]

Receives a pointer to the IMFOutputTrustAuthority interface of the OTA. The caller must release the interface.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IMFTrustedOutput