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

Called when the framework wants you to initialise your component's interfaces.

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