2.2.3.2.46 WMDRMRLVIHEAD

The WMDRMRLVIHEAD structure contains the header for a REV_INFO structure

 typedef struct {
   BYTE dwId[4];
   DWORD dwLength[];
   BYTE bFormatVersion[];
   BYTE bReserved[3];
   DWORD dwRIV[];
   FILETIME ftIssuedTime[];
   DWORD dwRecordCount[];
 } WMDRMRLVIHEAD;

dwId: Signature value indicating the start of this structure. MUST be equal to the ASCII character sequence { "R", "L", "V", "I" }.

dwLength: The length, in bytes of signed data within the REV_INFO structure, starting with the beginning of this structure.

bFormatVersion: The version of this structure. It MUST be 0x01.

bReserved: Padding, not used.

dwRIV: Version of the enclosing REV_INFO structure.

ftIssuedTime: Date and time that the enclosing REV_INFO structure was generated.

dwRecordCount: The count of WMDRMRLVIVERSION structures following this structure. This value MUST be greater than or equal to zero and MUST be less than or equal to 10.