fpGetStreamInfo()
This function extracts file format and character set information from the source document.
Syntax
BOOL pascal _export fpGetStreamInfo ( void *pContext, KVInputStream *pInput, KVStreamInfo *pStreamInfo );
Arguments
|
A pointer to a KeyView Export session that you initialized by calling fpInit(). |
|
A pointer to the developer-assigned instance of |
|
A pointer to the developer-assigned instance of You can examine the fields in the structure to determine the appropriate template to use based on the document type. |
Returns
-
If the call is successful, the return value is
TRUE
. -
If this call is unsuccessful, the return value is
FALSE
.
Discussion
This function runs in-process or out of process. See Convert Files Out of Process.