TI_FINDCHILDREN_PARAMS structure (dbghelp.h)

Contains type index information. It is used by the SymGetTypeInfo function.

Syntax

typedef struct _TI_FINDCHILDREN_PARAMS {
  ULONG Count;
  ULONG Start;
  ULONG ChildId[1];
} TI_FINDCHILDREN_PARAMS;

Members

Count

The number of children.

Start

The zero-based index of the child from which the child indexes are to be retrieved. For example, in an array with five elements, if Start is two, this indicates the third array element. In most cases, this member is zero.

ChildId[1]

An array of type indexes. There is one index per child.

Requirements

Requirement Value
Header dbghelp.h
Redistributable DbgHelp.dll 5.1 or later

See also

SymGetTypeInfo