EssGEndOperation

Description

EssGEndOperation() frees any internal resources used after the operation is complete and all rows have been returned.

Syntax

ESSG_FUNC_M EssGEndOperation (hGrid, ulOptions);
ESSG_HGRID_T hGrid
ESSG_ULONG_T ulOptions

Parameters

hGridHandle passed back from EssGNewGrid.
ulOptionsReserved for future use. Should be set to zero.

Return Value

If successful, returns ESSG_STS_NOERR.

Notes

Access

None.

Example

    EssGEndOperation(hGrid, 0);
See an example that uses this code in the EssGBeginRetrieve Example section.

See Also

Using the Grid API Functions
Grid API Structures