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

mi_row_desc_free()

The mi_row_desc_free() routine frees a row descriptor.

Syntax

Usage

The mi_row_desc_free() function frees the row descriptor that row_desc references. The mi_row_desc_free() function is the destructor function for the row descriptor. However, only use mi_row_desc_free() to free a row descriptor that was created with mi_row_desc_create(). Do not use it to free a row descriptor that a DataBlade API function (such as mi_get_row_desc_without_row()) allocates.

Return Values

None.

Related Topics

See the description of the mi_row_desc_create() function.


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