Page tree

Versions Compared

Key

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

Asks a component whether it is ready to have its ComponentEntry.InitInterfaces function called to initialise it's interfaces.

Syntax

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

...