 | IDataProviderSetup Method |
Is called once during CompreDriveControl startup, or on user command when starting/stopping plugins. Allows for initialization, e.g. setting up a device connection.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxvoid Setup(
IntPtr ParentFormHwnd
)
Sub Setup (
ParentFormHwnd As IntPtr
)
Parameters
- ParentFormHwnd IntPtr
- The handle of the parent window, if e.g. modal dialogs are to be shown.
See Also