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

Registers a new component with the host framework.

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

Examples

Requirements

See Also

ComponentEntry

HostModuleHandle

 

 

  • No labels