Eds the drill-through session and frees up memory for the given drill-through instance handle.
Syntax
ESS_FUNC_M EssDTExit (pDTInst);
Parameter | Data Type | Description |
---|---|---|
pDTInst; | ESS_PDTHINST_T | Initialized drill-through instance handle for the given data cell range(s) |
Notes
EssDTExit() closes the drill-through session, and frees up memory.
EssDTClose() closes the drill-through session, but does not free up memory.
See Also