IMFTrustedOutput::GetOutputTrustAuthorityCount method (mfidl.h)

Gets the number of output trust authorities (OTAs) provided by this trusted output. Each OTA reports a single action.

Syntax

HRESULT GetOutputTrustAuthorityCount(
  [out] DWORD *pcOutputTrustAuthorities
);

Parameters

[out] pcOutputTrustAuthorities

Receives the number of OTAs.

Return value

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

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h
Library Mfuuid.lib

See also

IMFTrustedOutput