EssGGetLRODesc() retrieves the description information for a linked object. You specify the object with a unique handle returned by an EssGGetCellLinkResults() function call.
ESSG_FUNC_M EssGGetLRODesc (hGrid, hLRO, pLroDesc);
ESSG_HGRID_T | hGrid; |
ESSG_HLRO_T | hLRO; |
ESSG_LPLRODESC_T | pLroDesc; |
hGrid | Grid handle returned by EssGNewGrid(). |
hLRO | Handle to the linked partition (returned in a DRILLDATA structure by the EssGGetCellLinkResults() function). The handle can specify a linked object of any type except ESSG_PARTITIONTYPE. |
pLroDesc | Returns an LRO description structure containing information about the specified object. |
If successful, returns ESSG_STS_NOERR.
To retrieve descriptions for partitions (object type ESSG_PARTITIONTYPE), use EssGGetLinkedPartitionDesc().
Using the Grid API Functions
Grid API Structures
EssGGetCellLinkResults()
EssGBeginCreateLRO()
EssGBeginDeleteLROs()
EssGDeleteLRO()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()
EssGGetLRO()
EssGUpdateLRO()