Releases all resources reserved to store the links resulting from a previous call to EssGGetCellLinkResults().
Syntax
ESSG_FUNC_M EssGFreeCellLinkResults (hGrid, pDrillData);
Parameter | Data Type | Description |
---|---|---|
hGrid; | ESSG_HGRID_T | Grid handle returned by EssGNewGrid(). |
pDrillData; | ESSG_DRILLDATA_T | Reference to an array of ESSG_DRILLDATA_T structures containing information about the linked objects. |
Notes
EssGGetCellLinkResults() takes a reference to a pointer to ESSG_DRILLDATA_T, but that this function only requires the pointer to ESSG_DRILLDATA_T.
Return Value
If successful, returns ESSG_STS_NOERR.
See Also