EssGFreeRows

Description

EssGFreeRows() frees data that has been returned via EssGGetRows.

Syntax

ESSG_FUNC_M EssGFreeRows (hGrid, pRange, ppData);
ESSG_HGRID_T hGrid
ESSG_PRANGE_T pRange
ESSG_PPDATA_T ppData

Parameters

hGridHandle passed back from EssGNewGrid.
pRangeDescribes the extent of the data.
ppDataA two-dimensional array of data to be freed.

Return Value

If successful, returns ESSG_STS_NOERR.

Notes

Access

None.

Example

    EssGFreeRows(hGrid, &rDataRangeOut, ppDataOut);

See an example that uses this code in the EssGBeginRetrieve Example section.

See Also

Using the Grid API Functions
Grid API Structures