Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFTrustedOutput::IsFinal method

Queries whether this output is a policy sink, meaning it handles the rights and restrictions required by the input trust authority (ITA).

Syntax


HRESULT IsFinal(
  [out] BOOL *pfIsFinal
);

Parameters

pfIsFinal [out]

Receives a Boolean value. If TRUE, this object is a policy sink. If FALSE, the policy must be enforced further downstream.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return codeDescription
S_OK

The method succeeded.

 

Remarks

A trusted output is generally considered to be a policy sink if it does not pass the media content that it receives anywhere else; or, if it does pass the media content elsewhere, either it protects the content using some proprietary method such as encryption, or it sufficiently devalues the content so as not to require protection.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

Mfidl.h

Library

Mfuuid.lib

See also

IMFTrustedOutput

 

 

Show:
© 2017 Microsoft