SetOCRDLLPath32

 

#include “BlackIceDEVMODE.h”

 

BOOL SetOCRDLLPath32 (BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pValue)

Description

Sets the path to the 32-bit OCR dll. (BiOCR.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