Record
|
The RecordHeader type exposes the following members.
Name | Description | |
---|---|---|
BodySize | Gets or sets the size of the body, in bytes. | |
Checksum | Optional checksum (such as a 32-bit CRC) of the record body to verify decompression. | |
HeaderSize | Gets or sets the size of the header, in bytes. | |
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. | |
Position | Gets or sets the position of this record. | |
RecordSignature | Gets or sets the record's globally unique identifier. | |
RecordTypeTag | Gets or sets the tag which identifies the type of the record. | |
Reserved | Reserved to fill structure to 64 bytes. Should be filled with 0. | |
TypeOfRecord | Gets or sets the type of the record which determines the logical structure of the record. |