EssGPerformOperation() performs an operation after all rows have been sent to the server.
ESSG_FUNC_M EssGPerformOperation (hGrid, ulOptions);
ESSG_HGRID_T | hGrid; |
ESSG_ULONG_T | ulOptions; |
hGrid | Handle passed back from EssGNewGrid(). |
ulOptions | Reserved for future use. Set to zero. |
If successful, returns ESSG_STS_NOERR.
sts = EssGPerformOperation(hGrid, 0);
See an example that uses this code in the EssGBeginPivot Example section.