Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ComponentEntry* Entry
);

Parameters

 

hModule

Type: HostModuleHandle

Handle to the module that is registering the component.

 

Entry

Type: ComponentEntry*

Pointer to the ComponentEntry object that is being registered.

Returnvalue
Typeint

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

...