Retrieves drill-through connection information for a given drill-through handle.
Syntax
ESS_FUNC_M EssDTAPIGetInfo (pDTAPIInst, pDTInfo);
Parameter | Data Type | Description |
---|---|---|
pDTAPIInst; | ESS_PDTAPIHINST_T | Initialized drill-through instance handle for the given range of data cells |
pDTInfo; | ESS_DTAPIINFO_T | Pointer to a structure of connection information for a given range of data cells |
Notes
Allocate memory for ESS_DTAPIINFO_T before you call EssDTAPIGetInfo().
sPassword is not returned in pDTInfo; that is, the sPassword field in ESS_DTAPIINFO_T is not returned.
See Also