...
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 . Typically you can ignore thiswithin the framework. It is passed as a parameter to RegisterComponent. |
For Engine only modules
Code Block | ||
---|---|---|
| ||
extern "C" __declspec(dllexport) int Initialise(HostAPI* pHost, HostModuleHandle hModule, LPCWSTR szRegistryPath) |
Vardef | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Pointer to the Engine host API. This is the root interface used to interface to WinGate. |
Vardef | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
An opaque handle that references this instance of your module . Typically you can ignore this within the framework. It is passed as a parameter to RegisterComponent. |
Vardef | ||||||
---|---|---|---|---|---|---|
| ||||||
The registry key under HKLM where the module's package information is located. This is the same registry key that holds the manifest file path. |
...