Ends the drill-through session, and frees up memory for the given drill-through instance handle.
Syntax
ESS_FUNC_M EssDTAPIExit (pDTAPIInst);
Parameter | Data Type | Description |
---|---|---|
pDTAPIInst; | ESS_PDTAPIHINST_T | Initialized drill-through instance handle for the given range of data cells |
Notes
EssDTAPIExit() closes the drill-through session, and frees up memory.
EssDTAPIClose() closes the drill-through session, but does not free up memory.
See Also