This function gets the following format information for a stream and populates the ADDOCINFO
structure:
The possible values are defined in adinfo.h
.
BOOL pascal fpGetDocInfoStream( void *pContext, KVInputStream *pInput, ADDOCINFO *pADDocInfo );
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pInput
|
A pointer to the input stream. |
pADDOCINFO
|
The format, file class, and version of the source document. A pointer to the ADDOCINFO structure. The structure of ADDOCINFO is defined in adinfo.h . |
TRUE
.FALSE
.This function runs in process or out of process. See The Filter Process Model.
|