FileDrmGetMetric
This function retrieves metrics related to using FDRM-protected content.
HRESULT FileDrmGetMetric (
FDRMMETRIC drmID,
DWORD* pdwMetric
);
Parameters
- drmID
[in] Identifier to specify the desired metric. - pdwMetric
[out] Pointer to a Dword variable that will hold the metric.
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_UNKNOWNMETRIC | Unknown metric. |
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
FDRM API Reference | FDRM Functions | FDRMMETRIC
Send Feedback on this topic to the authors