This method returns a text description of a skipping reason, or any result code of type EXFError.
Parameter | Description |
---|---|
eResultCode | The skipping reason or result code you wish to get a description of. |
psDescription | The string where the description will be placed by the library. |
Declaration | |
---|---|
HRESULT GetResultDescription( [in] EXFError eResultCode, [out, retval] BSTR* psDescription ) |
None
None