KVDocInfo

This structure provides the character set, format, file class, and version number of the source document. It is defined in adinfo.h as KVStreamInfo.

typedef struct 
{
   KVCharSet   charset;
   ADDOCINFO   adInfo;
}
KVDocInfo;

Member Descriptions

charset

The character set of the source document, if that information can be determined. The available character sets are enumerated in KVCharSet in kvcharset.h.

adInfo

The format of the source document. See ADDOCINFO.