SetOCRInMemory

 

#include “BlackIceDEVMODE.h”

 

BOOL SetOCRInMemory(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable)

Description

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.

 

Parameters

BlackIceDEVMODE* pBlackIceDevMode           - pointer to the BlackIceDEVMODE structure

BOOL bEnable         - Set to TRUE to generate the OCR output in memory, FALSE otherwise.

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None