SetOCRDLLPath

 

#include “BlackIceDEVMODE.h”

 

BOOL SetOCRDLLPath (BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pValue)

Description

Sets the path to the 32-bit or 64-bit OCR dll, depending on the current platform. The 32-bit BlackIceDEVMODE.dll will set the path to the 32-bit BiOCR.dll, the 64-bit BlackIceDEVMODE.dll will set the path to the 64-bit 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