IsOCRInMemoryEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsOCRInMemoryEnabled(BlackIceDEVMODE* pBlackIceDevMode)

Description

Returns TRUE, if the OCR output is generated in memory and passed using Message Capture, FALSE if it is written into an output file.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the OCR output is generated in memory, FALSE otherwise.

Programming Notes

None

Code Example

None