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

Version 1 Next »

Initialises your components interfaces. Called after QueryInitInterfaces returns true and the framework is ready to initialised your component.

Syntax

 

Parameters

Entry
Pointer to the ComponentEntry that is being initialised.
Type: int

0 = Initialisation successful

non-zero = error value

 

Remarks

The framework only calls your InitInterfaces function if your QueryInitInterfaces returned true, and the framework is ready to initialise interfaces. 

 

Requirements

See Also

QueryInitInterfacesFunc

  • No labels