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.

Return Value

None

Remarks

Examples

Requirements

See Also