Updates the description and contents of a linked object.
Syntax
ESSG_FUNC_M EssGUpdateLRO (hGrid, hLRO, pLroDesc, ulOption);
Parameter | Data Type | Description |
---|---|---|
hGrid; | ESSG_HGRID_T | Grid handle returned by EssGNewGrid(). |
hLRO; | ESSG_HLRO_T | Handle to the linked object (returned in a DRILLDATA structure by the EssGGetCellLinkResults() function). |
pLroDesc; | ESSG_LRODESC_T | A structure containing information about the LRO to be updated. |
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