LIBRARY LSWIDGET INITINSTANCE TERMINSTANCE option description '@#The Netlabs lSwitcher team:2.81#@##1## 2014-07-04 03:22:00 TRESBOPEEP::EN:US:0:U:@@2 lSwitcher Xcenter plugin DLL Copyright (c) 1997-2009 Andrei Los, Copyright (c) 2010, 2014 Netlabs lSwitcher Team All rights reserved' PROTMODE DATA MULTIPLE READWRITE LOADONCALL NONSHARED ; doesn't really matter, because the widget is only ever used ; in the WPS process; we use MULTIPLE NONSHARED here to reduce ; the amount of shared memory that is needed for the DLL CODE LOADONCALL IMPORTS LSWHOOK.lswHookInit LSWHOOK.lswHookTerm LSWHOOK.lswHookGetVersion DOSGETPRTY = DOSCALLS.9 EXPORTS WgtInitModule @1 WgtUnInitModule @2 WgtQueryVersion @3