EssGBeginDeleteLROs

Description

EssGBeginDeleteLROs() begins the operation of deleting all objects linked to a data cell in an Essbase database.

Syntax

ESSG_FUNC_M EssGBeginDeleteLROs (hGrid, usCells, pCells);
ESSG_HGRID_ThGrid;
ESSG_USHORT_TusCells;
ESSG_PRANGE_T pCells;

Parameters

hGridGrid handle returned by EssGNewGrid().
usCellsThe number of cell ranges specified in pCells.
pCellsArray of cell ranges for which to delete linked objects.

Return Value

If successful, returns ESSG_STS_NOERR.

Notes

To delete a single linked reporting object use EssGDeleteLRO.

See Also

Using the Grid API Functions
Grid API Structures
EssGBeginCreateLRO()
EssGDeleteLRO()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()
EssGGetLRODesc()
EssGGetLRO()
EssGUpdateLRO()