SetOCRTextEditor

 

#include “BlackIceDEVMODE.h”

 

BOOL SetOCRTextEditor(BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pValue)

Description

Sets the path to the text editor used for opening the OCR output. If set to an empty string, the default text editor will be used.

Parameters

BlackIceDEVMODE* pBlackIceDevMode           - pointer to the BlackIceDEVMODE structure

LPCTSTR pValue    - path to the new text editor.

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None