DRMSPECTYPE 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 DRMSPECTYPE enumeration indicates what type of security or library providers are used.

Syntax

typedef enum _DRMSPECTYPE {
  DRMSPECTYPE_UNKNOWN,
  DRMSPECTYPE_FILENAME
} DRMSPECTYPE;

Constants

 
DRMSPECTYPE_UNKNOWN
Currently not supported.
DRMSPECTYPE_FILENAME
File name.

Requirements

Requirement Value
Header msdrmdefs.h

See also

AD RMS Enumerations