Syntax

 

int RegisterComponent(
HostModuleHandle module,
ComponentEntry* entry
);

 

Parameters

Handle of the module maintained by the Host framework.

 

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

 

Remarks

Examples

Requirements

See Also