...
Code Block | ||
---|---|---|
| ||
extern "C" __declspec(dllexport) int InitialiseGUI(HostAPI* pHost, HostModuleHandle hModule) |
Vardef | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Pointer to the UI host API. This is the root interface used to interface to WinGate Management Console. |
Vardef | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
An opaque handle that references this instance of your module within the framework. It is passed as a parameter to RegisterComponent. |
See InitialiseGUI
For Engine only modules
Code Block | ||
---|---|---|
| ||
extern "C" __declspec(dllexport) int Initialise(HostAPI* pHost, HostModuleHandle hModule, LPCWSTR szRegistryPath) |
...