Starts a drill-through session, and returns a drill-through instance handle.
Syntax
ESS_FUNC_M EssDTAPIInit (pDTAPIInit, pDTAPIInst);
Parameter | Data Type | Description |
---|---|---|
pDTAPIInit; | ESS_PDTAPIINIT_T | (Currently not used, and set to NULL.) |
ppDTAPIInst; | ESS_PDTAPIHINST_T | Pointer to a drill-through initialization structure |
Notes
EssDTAPIInit() initializes ppDTAPIHInst.
Currently, pDTAPIInit (intended for input) is not used, and is set to NULL.
See Also