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;

...

HostModuleHandle is passed to your module's ComponentEntry.Initialise function and identifies the WinGate host module framework making the call. TODO: Is this used?

Requirements

See Also

 RegisterComponent