informix
Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions

mi_row_free()

The mi_row_free() function frees a row structure.

Syntax

Usage

The mi_row_free() function frees the row structure that row references. This function is the destructor function for a row structure. However, only use mi_row_free() to free a row structure that was created with mi_row_create(). Do not use it to free a row structure that a DataBlade API function (such as mi_next_row()) allocates.

Return Values

MI_OK indicates that the function was successful.
MI_ERROR indicates that the function was not successful.

Related Topics

See the description of the mi_row_create() function.


Informix DataBlade API Programmer's Manual, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved