Page tree

Versions Compared

Key

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

Function pointer used to query a component for whether it's OK to initialise its interfaces.

Syntax

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

See Also

ComponentEntry.QueryInitInterfaces