EssGFreeRows() frees data that has been returned via EssGGetRows.
ESSG_FUNC_M EssGFreeRows (hGrid, pRange, ppData);
ESSG_HGRID_T | hGrid |
ESSG_PRANGE_T | pRange |
ESSG_PPDATA_T | ppData |
hGrid | Handle passed back from EssGNewGrid. |
pRange | Describes the extent of the data. |
ppData | A two-dimensional array of data to be freed. |
If successful, returns ESSG_STS_NOERR.
None.
EssGFreeRows(hGrid, &rDataRangeOut, ppDataOut);
See an example that uses this code in the EssGBeginRetrieve Example section.