Partager via


IDTFilter3::LicenseHasExpirationDate

 
Microsoft DirectShow 9.0

IDTFilter3::LicenseHasExpirationDate

This topic applies to Windows XP Service Pack 1 or later.

The LicenseHasExpirationDate method queries whether the license for the content has an expiration date.

Syntax

  HRESULT LicenseHasExpirationDate(
    BOOL *pfLicenseHasExpirationDate
);

Parameters

pfLicenseHasExpirationDate

[out] Receives a Boolean value. If TRUE, the license has an expiration date. If FALSE, the license does not expire.

Return Values

Returns an HRESULT. Possible values include the following.

Value Description
S_OK Success.

Requirements

Header: EncDec.h.

See Also