KVSubFileExtractInfo
This structure contains information about an extracted subfile. It is initialized by calling fpExtractSubFile(). This structure is defined in kvxtract.h
.
typedef struct tag_KVSubFileExtractInfo { KVStructHeader; char *filePath; char *fileName; unsigned long infoFlag; ADDOCINFO docInfo; } KVSubFileExtractInfoRec, *KVSubFileExtractInfo;
Member Descriptions
KVStructHeader
|
The KeyView version of the structure. See KVStructHead. |
filePath
|
The full path to which the subfile was extracted. If the subfile is embedded in the main file as a link, this is the external path to the subfile. If you output the data to a stream, the extraction path is not returned. |
fileName
|
The original path, file name, or path and file name of the subfile. If the subfile is embedded in the main file as a link, this is the external path to the subfile. |
infoFlag
|
A bitwise flag that provides additional information about the extracted subfile. The following flags are available:
|
docInfo
|
The file’s major format (such as Microsoft Word or Corel Presentation), as defined by the structure If you output the data to a stream, the file format is not returned. |