Initializes and creates a Verex handle.
#include "l_bitmap.h"
L_LTREGEX_API L_INT LVerexCreate(handle)
Handle of Verex being built.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Make sure you call Verex Destroy when done.
Verex
stands for verbal expression. Refers to an API that builds a Regex
expression using intuitive verbal expressions, such as start of line, match anything, match a word, etc. It builds accumulatively by adding to the verbal expression until a whole Regex
phrase is complete and then you can export it.
Win32, x64.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document