Page tree

Versions Compared

Key

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

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

Syntax

...

Code Block
typedef void* HostModuleHandle;

Members

None

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