21 lines
537 B
Modula-2
21 lines
537 B
Modula-2
|
; blockdriver.def : Declares the module parameters.
|
||
|
|
||
|
LIBRARY "hotplug.DLL"
|
||
|
|
||
|
EXPORTS
|
||
|
DllCanUnloadNow PRIVATE
|
||
|
DllGetClassObject PRIVATE
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|
||
|
CreateLocalServerW
|
||
|
CPlApplet
|
||
|
HotPlugDeviceTree
|
||
|
HotPlugEjectDevice
|
||
|
HotPlugRemovalVetoedW
|
||
|
HotPlugEjectVetoedW
|
||
|
HotPlugSafeRemovalNotificationW
|
||
|
HotPlugStandbyVetoedW
|
||
|
HotPlugHibernateVetoedW
|
||
|
HotPlugWarmEjectVetoedW
|
||
|
HotPlugDriverBlockedW
|