IAPI::ReadDocumentContents

property ReadDocumentContents.

Starts filtering and extracting document contents.

 

HRESULT ReadDocumentContents(
  long hIFilterMgr,
  BSTR *pVal
);

Parameters

hIFilterMgr

[in] .   Handle of the IFilter Manager Object object

pVal

[out, retval] The returned value is text string till empty string.

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI