IAPI::GetIFilterErrorMessage

property GetIFilterErrorMessage.

Translates error/info code to textual message

 

HRESULT GetIFilterErrorMessage(
  long error_number,
  BSTR *pVal
);

Parameters

error_number

[in] .   Error code returned from LoadDocument().

pVal

[out, retval] The returned value is the textual message related to the error code.

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