Sarts a drill-through session, and returns a drill-through instance handle.
Syntax
ESS_FUNC_M EssDTInit (pInit, pDTInst);
Parameter | Data Type | Description |
---|---|---|
pDTInit; | ESS_PDTINIT_T | (Currently not used, and set to NULL.) |
ppDTInst; | ESS_PDTHINST_T | Pointer to a drill-through initialization structure |
Notes
EssDTInit() initializes ppDTHInst.
Currently, pDTInit (intended for input) is not used, and is set to NULL.
See Also