EssGFreeCellLinkResults

Description

This function releases all resources reserved to store the links resulting from a previous call to EssGGetCellLinkResults().

Syntax

ESSG_FUNC_M EssGFreeCellLinkResults (hGrid, pDrillData);
ESSG_HGRID_ThGrid;
ESSG_PDRILLDATA_T pDrillData;

Parameters

hGridGrid handle returned by EssGNewGrid().
pDrillDataReference to an array of ESSG_DRILLDATA_T structures containing information about the linked objects.

Return Value

If successful, returns ESSG_STS_NOERR.

Notes

See Also

Using the Grid API Functions
Grid API Structures
EssGBeginCreateLRO()
EssGBeginDeleteLROs()
EssGBeginDrillOrLink()
EssGBeginRemoveOnly()
EssGDeleteLRO()
EssGGetCellLinkResults()
EssGGetLRO()
EssGUpdateLRO()