EssGBeginCreateLRO

Begins the operation of creating a linked object for a data cell in an Essbase database.

Syntax

ESSG_FUNC_M EssGBeginCreateLRO (hGrid, usCells, pCells, pLroDesc, 
ulOption);
ParameterData TypeDescription

hGrid;

ESSG_HGRID_T

Grid handle returned by EssGNewGrid().

usCells;

ESSG_USHORT_T

The number of cell ranges specified in pCells.

pCells;

ESSG_RANGE_T

Array of cell ranges for which to create the link.

pLroDesc;

ESSG_LRODESC_T

LRO description information for the new object.

ulOption;

ESSG_ULONG_T

Option specifying whether to store the object on the server. Use ESS_STORE_OBJECT_API to store winapp and URL objects on the server. Use ESS_NOSTORE_OBJECT_API to store cell notes off the server (and in the index file).

Return Value

If successful, returns ESSG_STS_NOERR.

See Also