blk_rowdrop

Description

A server-side routine, frees space previously allocated for a formatted bulk-copy row.

Syntax

CS_RETCODE blk_rowdrop(srvproc, row)
 
 SRV_PROC         *srvproc;
 CS_BLK_ROW     *row;

Parameters

srvproc

A pointer to the SRV_PROC structure associated with the client sending formatted bulk-copy rows. It contains all the information that Server-Library uses to manage communications and data between the Open Server application and the client.

row

A pointer to a hidden CS_BLK_ROW structure that was allocated by a call to blk_rowalloc.

Returns

blk_rowdrop returns:

Returns

Indicates

CS_SUCCEED

The routine completed successfully.

CS_FAIL

The routine failed.

Usage

See also

blk_getrow, blk_rowalloc, blk_gettext