Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
bool QueryInitInterfaces(
ComponentEntry* Entry, 
bool bLastChance
);

 

Parameters

Vardef
NameEntry
TypeMod*
Linkedtrue
TypeComponentEntry
StyleParameter

Pointer to the ComponentEntry that is being queried for its interface initialisation status.

Vardef
NamebLastChance
Typebool
StyleParameter

Whether this is the last chance the ComponentEntry has to respond.

Returnvalue
Typebool

Whether the specified component is ready to have its interfaces initialised via a call to InitInterfaces

...