EssGBeginDrillOrLink

Description

EssGBeginDrillOrLink() begins the operation of querying the links associated with one or more data cells in an Essbase database.

Syntax

ESSG_FUNC_M EssGBeginDrillOrLink (hGrid, usCells, pDrillCells, 
ulOptions);
ESSG_HGRID_ThGrid;
ESSG_USHORT_TusCells;
ESSG_PRANGE_T pDrillCells;
ESSG_ULONG_TulOptions;

Parameters

hGridGrid handle returned by EssGNewGrid().
usCellsThe number of cell ranges specified in pDrillCells.
pDrillCellsArray of cell ranges to query for links.
ulOptionsOption specifying whether to return Zoom-In results if sent by the server.
Use:
ESSG_OPT_ZOOM to return Zoom-In results.
ESSG_OPT_NOZOOM to suppress Zoom-In results.

Return Value

If successful, returns ESSG_STS_NOERR.

See Also

Using the Grid API Functions
Grid API Structures
EssgBeginRemoveOnly()
EssGGetCellLinkResults()
EssGBeginDrillAcross()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()