Retrieves drill-through connection information for a given drill-through handle.
Syntax
ESSG_FUNC_M EssGDTGetInfo (pDTInst, pDTInfo);
Parameter | Data Type | Description |
---|---|---|
pDTInst; | ESSG_PDTHINST_T | Initialized drill-through instance handle |
pDTInfo; | ESSG_DTINFO_T | Pointer to a structure of connection information for a given range of data cells |
Notes
Allocate memory for ESSG_DTINFO_T before you call EssGDTGetInfo().
password is not returned in pDTInfo; that is, the password field in ESSG_DTINFO_T is not returned.
Example
For a code example, see C Grid API Drill-Through Example.
See Also