Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Next »

Queries whether a component is ready to have its ComponentEntry.InitInterfaces function called to initialise it's interfaces.

Syntax

 

Parameters

Entry
Pointer to the ComponentEntry that is being queried for its interface initialisation status.
bLastChance
Type: bool
Whether this is the last chance the ComponentEntry has to respond.
Type: bool
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.

QueryInitInterfaces may be called numerous times at various points during initialisation of WinGate modules and components.

Examples

 

Requirements

See Also

QueryInitInterfacesFunc

  • No labels