ExtKnownStruct structure (engextcpp.hpp)

The ExtKnownStruct structure is used to specify how a target's structure can be formatted for output.

Syntax

struct ExtKnownStruct {
  PCSTR                TypeName;
  ExtKnownStructMethod Method;
  bool                 SuppressesTypeName;
};

Members

TypeName

The name of the structure type.

Method

The ExtKnownStructMethod callback function that can be called to format an instance of the structure specified in TypeName.

SuppressesTypeName

A Boolean flag that specifies whether the formatted output includes the name of the structure's type. If FALSE, the name is included in the formatted output; otherwise, the name is not included.

Requirements

Requirement Value
Header engextcpp.hpp (include Engextcpp.hpp)

See also

ExtKnownStructMethod