Page tree

Versions Compared

Key

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

...

Vardef
NamehComponentPrivate
Linkedtrue
TypeComponentContextHandle
StyleMember

A space for some private data to be stored by your component for access in functions that pass you a ComponentEntry * such as Notify and InitInterfaces  among others.

Vardef
NameQueryInitInterfaces
Linkedtrue
TypeQueryInitInterfacesFunc
StyleMember

Pointer to the function to query whether the interfaces for the component can be initialised. See Remarks

...

Before a component has its interfaces initialised by a call to InitInterfaces, QueryInitInterfaces is called to see whether it is ready. A component can use this to wait until all components it is dependent on have had their interfaces initialised first. The general flow if component interface initialisation is as follows:

Requirements

See Also

ComponentEntry.QueryInitInterfaces