FileDrmDeleteFile
4/8/2010
This function deletes an FDRM object as well as the associated rights.
Syntax
HRESULT FileDrmDeleteFile (
LPCTSTR pszFileName
);
Parameters
- 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 HRESULT 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 an FDRM object. |
Remarks
This API deletes both an FDRM object and the associated rights. The result is that rights store is updated and the file containing the object is deleted.
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 |