FDRMMETRIC

4/8/2010

This enumeration specifies the metrics related to using FDRM-protected content.

Syntax

typedef enum tagFDRMMETRIC {
  FDRM_METRIC_PREVIEW_TIME,
  FDRM_METRIC_DELAY_TIME,
  FDRM_METRIC_REVERIFY_TIME
} FDRMMETRIC;

Elements

  • FDRM_METRIC_PREVIEW_TIME
    Allowed preview time. Time is in milliseconds.
  • FDRM_METRIC_DELAY_TIME
    Time to delay before prompting to use rights. Time is in milliseconds.
  • FDRM_METRIC_REVERIFY_TIME
    How often to re-verify rights when you use content in a continuous manner.

Remarks

The FDRMMETRIC enumeration metric types can be retrieved by calling the FileDrmGetMetric function. The FileDrmGetMetric function is the only function that uses this enumeration.

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

Reference

FDRM Enumerations
FDRM API Reference