IsOCREnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsOCREnabled(BlackIceDEVMODE* pBlackIceDevMode)

Description

Returns TRUE if the OCR (Optical Character Recognition) feature is enabled, FALSE if it is disabled. Represents the value of the “Enable OCR” checkbox.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the OCR feature is enabled, FALSE if it is disabled.

Programming Notes

None

Code Example

None