#include “BlackIceDEVMODE.h”
BOOL SetOCRDLLPath64 (BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pValue)
Description
Sets the path to the 64-bit OCR dll. (BiOCRx.dll)
Parameters
BlackIceDEVMODE* pBlackIceDevMode - pointer to the BlackIceDEVMODE structure
LPCTSTR pValue - new path to the OCR dll.
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None