Click or drag to resize

RecordHeader Properties

The RecordHeader type exposes the following members.

Properties
  Name Description
Public property BodySize Gets or sets the size of the body, in bytes.
Public property Checksum Optional checksum (such as a 32-bit CRC) of the record body to verify decompression.
Public property HeaderSize Gets or sets the size of the header, in bytes.
Public property NextRecordPosition Gets or sets the position of the next record in the PQDIF file. This value is a byte offset relative to the beginning of the file.
Public property Position Gets or sets the position of this record.
Public property RecordSignature Gets or sets the record's globally unique identifier.
Public property RecordTypeTag Gets or sets the tag which identifies the type of the record.
Public property Reserved Reserved to fill structure to 64 bytes. Should be filled with 0.
Public property TypeOfRecord Gets or sets the type of the record which determines the logical structure of the record.
Top
See Also