Edit

DRMTIMETYPE enumeration (msdrmdefs.h)

Note

The AD RMS SDK leveraging functionality exposed by the client in Msdrm.dll is available for use in Windows Server 2008, Windows Vista, Windows Server 2008 R2, Windows 7, Windows Server 2012, and Windows 8. It may be altered or unavailable in subsequent versions. Instead, use Active Directory Rights Management Services SDK 2.1, which leverages functionality exposed by the client in Msipc.dll.

The DRMTIMETYPE enumeration specifies a time type.

Syntax

typedef enum _DRMTIMETYPE {
  DRMTIMETYPE_SYSTEMUTC,
  DRMTIMETYPE_SYSTEMLOCAL
} DRMTIMETYPE;

Constants

 
DRMTIMETYPE_SYSTEMUTC
Greenwich Mean Time (Universal Time).
DRMTIMETYPE_SYSTEMLOCAL
Local time.

Requirements

Requirement Value
Header msdrmdefs.h

See also

AD RMS Enumerations