imaqCreateCharSet
Usage
CharSet* imaqCreateCharSet();
Purpose
Creates a new, empty character set.
Return Value
Type |
Description |
---|---|
CharSet* | On success, this function returns a pointer to a new, empty CharSet. On failure, this function returns NULL. To get extended error information, call imaqGetError(). When you finish with the character set, dispose of it by calling imaqDispose(). |