Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This function renews the rights associated with FDRM-protected content.

Syntax

HRESULT FileDrmRenewRights (
  HWND 
hwndParent,
  LPCTSTR 
pszFileName
);

Parameters

hwndParent

[in] Handle to the window that owns any UI elements such as windows, dialog boxes, or message boxes displayed by this function.

pszFileName

[in] Path to the file that contains the FDRM-protected content.

Return Value

This function can return any HRESULT and the application should use the SUCCEEDED and FAILED macros to check the results. The following table shows additional HRESULTS values that may be returned.

Value Description

S_FDRM_NOPROVIDER

Success, but no FDRM provider found.

S_FDRM_NOTDRMOBJECT

Success, but the target is not a FDRM object.

E_FDRM_NOTALLOWED

Rights renewal is not allowed for this object type.

Remarks

A rights renewal request is generated. This may cause a network connection to be opened.

This function allows an application to renew rights associated with FDRM-protected content. In most cases this will be handled by the FDRM provider when FileDrmHandleErroris called. New or updated rights will arrive asynchronously.

Note:
When you use the FDRM APIs in a DSHOW filter, the FileDrmShowLicenseInfofunction must not be called.

Requirements

Header fdrm.h
Library aygshell.lib
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also