An opaque handle to the host module framework. Pass this to RegisterComponent.

Syntax

typedef void* HostModuleHandle;

Remarks

HostModuleHandle is passed to your module's Initialise or InitialiseGUI function and identifies the WinGate host module framework making the call.

Requirements

See Also

RegisterComponent