The SetLogFile method enables order processing pipeline (OPP) logging. This is useful for debugging purposes. Specifying any log file enables logging. To turn it off, set bstrFileName to Null.
HRESULT SetLogFile (
BSTRbstrFileName// in
);
<pipeline.h>
<pipecomp.h>
Value | Description |
---|---|
S_OK | The log file was set. |
E_INVALIDARG | The bstrFilename parameter designates an invalid or nonexistent file. |