TI_FINDCHILDREN_PARAMS Structure

Debug Help Library

TI_FINDCHILDREN_PARAMS Structure

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

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

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

Requirements

Redistributable

Requires DbgHelp.dll 5.1 or later.

Header

Declared in DbgHelp.h.

See Also

SymGetTypeInfo


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.