IAPI::LoadDocument

property LoadDocument.

Loads and prepares a document file for contents retrieving through Ffiltmgr.dll.

 

HRESULT LoadDocument(
  long hIFilterMgr,
  BSTR fullDocFile,
  long *pVal
);

Parameters

hIFilterMgr

[in] .   Handle of the IFilter Manager Object object

fullDocFile

[in] .   Fullpath file name.

pVal

[out, retval] The returned value is 0 if succeeded or error code if failed.

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