Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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) |