Pointer to function to use to query a components for whether it's OK to initialise its interfaces.

Syntax

typedef bool(*QueryInitInterfacesFunc)(ComponentEntry* Entry, bool bLastChance);

 

See Also

QueryInitInterfaces