#include “BlackIceDEVMODE.h”
BOOL SetOCROutputDir(BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pValue)
Description
Sets the folder where the output of the OCR will be generated. If set to an empty string, the normal printer driver output directory will be used.
Parameters
BlackIceDEVMODE* pBlackIceDevMode - pointer to the BlackIceDEVMODE structure
LPCTSTR pValue - the new output directory.
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None