共用方式為


IsPlayable

Send Feedback

This method evaluates the DRM status of the media item and returns any errors that result in addition to a value that indicates whether the evaluation attempt was successful.

HRESULT IsPlayable(
  BOOL * pfRequestUI
);

Parameters

  • pfRequestUI
    [out, retval] A pointer to a Boolean variable that is set to TRUE if the DRM status of the file is evaluated successfully. It is set to FALSE otherwise, such as when a system error occurs.

Return Values

The function can return any HRESULT and the application should use the SUCCEEDED and FAILED macros to check the results.

Requirements

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS version: Windows CE 5.01 and later
Header: FDRMDSHW.h

See Also

IFileDrmHandler |

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.