SetOCRDLLPath

Sets the path to the 32-bit or 64-bit OCR dll, depending on the current platform. The 32-bit BlackIceDEVMODE.ocx will set the path to the 32-bit BiOCR.dll, the 64-bit BlackIceDEVMODE.ocx will set the path to the 64-bit BiOCRx.dll.

SetOCRDLLPath(pDevMode As Long, pValue As String) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Input value    - the new path to the OCR dll.

Return value - TRUE on success, FALSE otherwise.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.