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 7 Next »

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

Syntax

 

Parameters

Entry

Type: ComponentEntry *

Pointer to the ComponentEntry that is being asked for it's interface initialisation status.

bLastChance

Type: bool

Indicates whether this is the last chance for the component to respond.   

 

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

 

 

Remarks

QueryInitInterfaces may be called numerous times before a component is Started.

Examples

 

Requirements

See Also

 

  • No labels