EssGPerformOperation

Description

EssGPerformOperation() performs an operation after all rows have been sent to the server.

Syntax

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

Parameters

hGrid Handle passed back from EssGNewGrid().
ulOptionsReserved for future use. Set to zero.

Return Value

If successful, returns ESSG_STS_NOERR.

Notes

Example

    sts = EssGPerformOperation(hGrid, 0);

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

See Also

Using the Grid API Functions
Grid API Structures