KVOpenDocumentFromSubFileArg
This structure defines the input parameters required to open a subfile as a document. See fpOpenDocumentFromSubFile(). The structure is defined in kvxtract.h.
typedef struct tag_KVOpenDocumentFromSubFileArg
{
KVStructHeader;
unsigned int index; /* The sub file index */
DWORD extractionFlag; /*A bit-wise flag indicating extra requirements for sub file extraction. */
}
KVOpenDocumentFromSubFileArgRec, *KVOpenDocumentFromSubFileArg;
Member Descriptions
KVStructHeader
|
The version of the structure. See KVStructHead. |
index
|
The index number of the subfile to be opened. |
extractionFlag
|
A bitwise flag that defines additional parameters for file extraction. The following flags are available:
|