Share via


IDTFilter3::LicenseHasExpirationDate method (encdec.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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

Syntax

HRESULT LicenseHasExpirationDate(
  [out] BOOL *pfLicenseHasExpirationDate
);

Parameters

[out] pfLicenseHasExpirationDate

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

Return value

Returns an HRESULT. Possible values include the following.

Return code Description
S_OK
Success.

Requirements

   
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header encdec.h

See also

IDTFilter3 Interface