Page tree

Versions Compared

Key

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

...

Code Block
languagecpp
bool QueryInitInterfacesFunc(
ComponentEntry* Entry, 
bool bLastChance
);

 

Parameters

pContextEntry

Type: void ComponentEntry *

The watch context that identifies the data value to set. pContext is the value given to you when the Data module calls your DataProviderWatchValue function.

 

iValue

Type: __int64

The new value of the data value specified by pContext.

Return Value

None

Remarks

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

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

Examples

Requirements

See Also

...