Page tree

Versions Compared

Key

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

Initialises your components interfaces. Called after ComponentEntry.QueryInitInterfaces returns true and the framework is ready to initialised your componentCalled when the framework wants you to initialise your component's interfaces.

Syntax

Code Block
languagecpp
int InitInterfaces(
ComponentEntry* Entry
);

...