[This is preliminary documentation and subject to change.]
The Signature table holds the information that uniquely identifies a file signature.
The Signature table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Signature | Identifier | Y | N |
FileName | Text | N | |
MinVersion | Text | Y | |
MaxVersion | Text | Y | |
MinSize | DoubleInteger | Y | |
MaxSize | DoubleInteger | Y | |
MinDate | DoubleInteger | Y | |
MaxDate | DoubleInteger | Y | |
Languages | Text | Y |
Non-negative numbers only.
Non-negative numbers only.
Non-negative numbers only.
Non-negative numbers only.
The signature is searched for using the RegLocator table, the IniLocator table, the CompLocator table, and the DrLocator table. This table's columns are generally not localized. If an author decides to search for products in multiple languages, then there can be a separate entry included in the table for each language.