source: trunk/Utilities/VbsEvents/VbsEvents.def @ 79

Last change on this file since 79 was 79, checked in by roman, 12 years ago
File size: 208 bytes
Line 
1; VbsEvents.def : Declares the module parameters.
2
3LIBRARY
4
5EXPORTS
6        DllCanUnloadNow         PRIVATE
7        DllGetClassObject       PRIVATE
8        DllRegisterServer       PRIVATE
9        DllUnregisterServer     PRIVATE
10        DllInstall              PRIVATE
Note: See TracBrowser for help on using the repository browser.