EssGUpdateLRO() updates the description and contents of a linked object.
ESSG_FUNC_M EssGUpdateLRO (hGrid, hLRO, pLroDesc, ulOption);
ESSG_HGRID_T | hGrid; |
ESSG_HLRO_T | hLRO; |
ESSG_PLRODESC_T | pLroDesc; |
ESSG_ULONG_T | ulOption; |
hGrid | Grid handle returned by EssGNewGrid(). |
hLRO | Handle to the linked object (returned in a DRILLDATA structure by the EssGGetCellLinkResults() function). |
pLroDesc | A structure containing information about the LRO to be updated. |
ulOption | 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). |
If successful, returns ESSG_STS_NOERR.
Using the Grid API Functions
Grid API Structures
EssGBeginCreateLRO()
EssGBeginDeleteLROs()
EssGDeleteLRO()
EssGGetLRODesc()