Page tree

Versions Compared

Key

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

...

Returnvalue
Typebool

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

 

Remarks

QueryInitInterfaces is typically used to return TRUE once a module has bound to every other interface that it depends on. For example, you might create a module that requires Events and Data for it to function so it will continue to return FALSE from QueryInitInterfaces until both of those interfaces have been published.

...