Freigeben über


IMFInputTrustAuthority::UpdateAccess Method

Notifies the input trust authority (ITA) when the number of output trust authorities (OTAs) that will perform a specified action has changed.

Syntax

HRESULT UpdateAccess(
  [in]  MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS *pParam
);

Parameter

Rückgabewert

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

Rückgabecode Beschreibung
S_OK

The method succeeded.

 

Hinweise

The ITA can update its internal state if needed. If the method returns a failure code, the Media Session cancels the action.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mfidl.h

Bibliothek

Mfuuid.lib

Siehe auch

IMFInputTrustAuthority