EssDTGetHeaderInfo() retrieves report data header information for the given drill-through instance handle.
NOTE:
In future releases, the C Main API Drill-Through functions, including this function,
will be deprecated and replaced by the corresponding Grid API functions.
Programs should use the Grid API Drill-Through functions.
ESS_FUNC_M EssDTGetHeaderInfo (pDTInst, ppHeader, pulCount);
ESS_PDTHINST_T | pDTInst |
ESS_PPDTHEADER_T | ppHeader |
ESS_PULONG_T | pulCount |
pDTInst | Initialized drill-through instance handle |
ppHeader | Array of header information structures for the given drill-through instance handle |
pulCount | Number of blocks in the ppHeader header information array |
Using the C Main API
C Main API Structures
EssDTClose()
EssDTExit()
EssDTGetData()
EssDTGetHeader()
EssDTInit()
EssDTOpen()