home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n12
/
plgnplay.exe
/
T_CTL.ASM
< prev
next >
Wrap
Assembly Source File
|
1995-12-01
|
516b
|
17 lines
.386p
include vmm.inc
include debug.inc
Declare_Virtual_Device TELEPATH, 1, 0, TELEPATH_Control, \
Undefined_Device_ID, Undefined_Init_Order
Begin_Control_Dispatch TELEPATH
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>
End_Control_Dispatch TELEPATH
end