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

Error rendering macro 'live-template' : No template named 'API Function Template' is accessible.

Registers a new component with the host framework. Typically you will call this from within Initialise or InitialiseGUI.

Syntax

 

Parameters

module
Internally managed handle of the module to register this component under. Calls to Initialise and InitialiseGUI are passed a HostModuleHandle that is created and managed by the framework. Pass this same handle to RegisterComponent. e.g.

entry
Pointer to the ComponentEntry object that you wish to register.

Type: int
Non-zero if the component is registered successfully, or zero if registration failed.

 

Remarks

See Also

ComponentEntry

HostModuleHandle

 

 

  • No labels