Share via


IESLicenseRenewalResultEvent::IsRenewalSuccessful method (tuner.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.]

Gets a flag from a LicenseRenewalResult event that indicates whether the renewal was successful. In the event of failure, a client can call the GetRenewalResultCode or GetRenewalHResult method to get information about the reason for the failure.

Syntax

HRESULT IsRenewalSuccessful(
  [out, retval] BOOL *pfRenewalSuccessful
);

Parameters

[out, retval] pfRenewalSuccessful

Receives the renewal success flag: 1 indicates success; 0 indicates failure.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

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

See also

GetRenewalHResult

GetRenewalResultCode

IESLicenseRenewalResultEvent