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

Syntax

int wgapi_RegisterComponent(
HostModuleHandle hModule,
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.

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

 

Remarks

Examples

Requirements

See Also

 

  • No labels