SymbolSearchInfo::SymbolSearchInfo function (dbgmodel.h)

The search record passed to EnumerateChildrenEx in order to restrict symbol searches. This form of the function does not take any parameters.

A given kind of symbol (as indicated by the SymbolKind enumeration) searched may have its own derived type.

Syntax

void SymbolSearchInfo(
  ULONG derivedSize
);

Parameters

derivedSize

The derived size.

Return value

None

Remarks

Returns

This function is a constructor and does not return a value.

Requirements

Requirement Value
Header dbgmodel.h

See also

dbgmodel.h header