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);
Parameter | Data Type | Description |
---|---|---|
hGrid; | ESSG_HGRID_T | Grid handle returned by EssGNewGrid(). |
usCells; | ESSG_USHORT_T | The number of cell ranges in the array of ranges specified in pDrillCells. |
pDrillCells; | ESSG_RANGE_T | Array of cell ranges to query for links. |
ulOptions; | ESSG_ULONG_T | Option specifying whether to return Zoom-In results if sent by the server. Use:
|
Return Value
If successful, returns ESSG_STS_NOERR.
See Also