EssGDTSetInfo

Sets drill-through connection information for a given drill-through handle.

Syntax

  ESSG_FUNC_M EssGDTSetInfo (pDTInst, pDTInfo);
ParameterData TypeDescription

pDTInst;

ESSG_PDTHINST_T

Initialized drill-through instance handle

pDTInfo;

ESSG_DTINFO_Td

Pointer to a structure of connection information for a given range of data cells

Notes

The inputOption field in ESSG_DTINFO_T is ignored.

Example

For a code example, see C Grid API Drill-Through Example.

See Also