Freigeben über


IMFOutputPolicy::GetMinimumGRLVersion Method

Retrieves the minimum version of the global revocation list (GRL) that must be enforced by the protected environment for this policy.

Syntax

HRESULT GetMinimumGRLVersion(
  [out]  DWORD *pdwMinimumGRLVersion
);

Parameter

  • pdwMinimumGRLVersion [out]
    Receives the minimum GRL version.

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.

 

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mfidl.h

Bibliothek

Mfuuid.lib

Siehe auch

IMFOutputPolicy