次の方法で共有


FileDrmNotifyDisable

Send Feedback

This function enables the FDRM provider to stop receiving notifications of changes to the rights associated with a file.

HRESULT FileDrmNotifyDisable (
  LPCTSTR pszFileName
);

Parameters

  • pszFileName
    [in] Fully qualified path to the file for which the application is to no longer receive notifications.

Return Values

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
E_FDRM_NOPROVIDER No FDRM provider found.
E_FDRM_NOTDRMOBJECT The target is not a FDRM object.
E_FDRM_NONOTIFY The object was never registered for notifications.

Requirements

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later.
Header: FDRM.h.
Link Library: Aygshell.lib.

See Also

FileDrmNotifyEnable | FDRM Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.