Skip to content

IGR_Text_Compare_Reset

Resets the text comparison enumerator to its initial state.

Prototype

IGR_RETURN_CODE IGR_Text_Compare_Reset(
    IGR_HTEXTCOMPARE enumerator,
    Error_Control_Block* error
)

Parameters

enumerator: IGR_HTEXTCOMPARE

The text comparison enumerator to reset.

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.

See Also