home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n12
/
plgnplay.exe
/
S_CTL.ASM
< prev
next >
Wrap
Assembly Source File
|
1995-12-01
|
542b
|
18 lines
.386p
include vmm.inc
include debug.inc
Declare_Virtual_Device SCHOOL, 1, 0, SCHOOL_Control, \
Undefined_Device_ID, Undefined_Init_Order
Begin_Control_Dispatch SCHOOL
Control_Dispatch Sys_Dynamic_Device_Init, _OnSysDynamicDeviceInit, cCall
Control_Dispatch Sys_Dynamic_Device_Exit, _OnSysDynamicDeviceExit, cCall
Control_Dispatch PNP_New_Devnode, _OnPnpNewDevnode, cCall, <ebx, edx>
Control_Dispatch W32_DeviceIoControl, _OnDeviceIoControl, cCall, <esi>
End_Control_Dispatch SCHOOL
end