KVStreamInfo
This structure defines a document's character set and format. It is initialized by calling fpGetStreamInfo()
. See fpGetStreamInfo().
typedef struct tag_KVStreamInfo { KVCharSet charset; ADDOCINFO adInfo; } KVStreamInfo;
Member Descriptions
charset
|
The character set of the source document, if that information is ascertainable. The available character sets are enumerated in |
The file class, major format, and version of the source document. A pointer to the
|
Discussion
When format detection is enhanced in future releases, new format IDs might be added to the ENdocFmt
enumerated type. When you use this type, your code should ensure binary compatibility with future releases. For example, if you use an array to access format information based on a format ID, your code should check the format ID is less than Max_Fmt
before accessing the data. This ensures that new format codes are detected when you add KeyView binary files from new releases to your existing installation.