Page tree

Versions Compared

Key

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

Pointer to Signature of the function used to use to query a components component for whether it's OK to initialise its interfaces. You must supply a QueryInitInterfacesFunc in your ComponentEntry.InitInterfaces member when registering your component.

Syntax

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

 

See Also

ComponentEntry.QueryInitInterfaces