GetOCRDLLPath

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

GetOCRDLLPath(pDevMode As Long) As String

 

Input value    - handle to the BlackIceDEVMODE structure

Return value - path to the OCR dll

 

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