SetOCRInMemory

 

If bEnable is set to TRUE, the OCR output will be generated in memory and passed using Message Capture, If bEnable is set to FALSE, the OCR output will be written into a file.

 

SetOCRInMemory(pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Input value    - Set to TRUE to generate the OCR output in memory, FALSE otherwise.

Return value - TRUE on success, FALSE otherwise.

 

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