 | IGenericPluginShutdown Method |
Is called once during CompreDriveControl shutdown. Allows for cleaning up plugin resources.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxvoid Shutdown(
IntPtr ParentFormHwnd
)
Sub Shutdown (
ParentFormHwnd As IntPtr
)
Parameters
- ParentFormHwnd IntPtr
- The handle of the parent window, if e.g. modal dialogs are to be shown.
See Also