Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 FDRMMETRICenumeration metric types can be retrieved by calling the FileDrmGetMetricfunction. The FileDrmGetMetricfunction 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