IGR_Text_Compare_Close¶
Closes the text comparison enumerator and frees associated resources.
Prototype¶
IGR_RETURN_CODE IGR_Text_Compare_Close(
IGR_HTEXTCOMPARE enumerator,
Error_Control_Block* error
)
Parameters¶
enumerator: IGR_HTEXTCOMPARE
The text comparison enumerator to close.
error: Pointer to Error_Control_Block
Contains any error text.
Return value¶
Success: IGR_LONG
Returns IGR_OK.
Failure: IGR_LONG
Returns one of the possible IGR_E error codes.
Sample Code¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
|