EssDTGetHeader

Rerieves an array of report header structures for the given drill-through instance handle.

Syntax

ESS_FUNC_M EssDTGetHeader (pDTInst, pBuffer, pulCount);
ParameterData TypeDescription

pDTInst;

ESS_PDTHINST_T

Initialized drill-through instance handle

pBuffer;

ESS_DTBUFFER_T

An array of report header structures for the given columns

pulCount;

ESS_PULONG_T

Number of data blocks in the pBuffer report header information array

See Also