Syntax

bool QueryInitInterfaces(
ComponentEntry* Entry, 
bool bLastChance
);

 

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.   

Return Value

Type: bool


Whether the specified component has bound to all dependent interfaces and can now be started.

Remarks

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

Examples

Requirements

See Also