mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.0 KiB
26 lines
1.0 KiB
LIBRARY NAMPIPES
|
|
PROTMODE
|
|
;SEGMENTS DOSMON_CODE PURE IOPL CONFORMING
|
|
;SEGMENTS DosMon_DATA CLASS 'DATA' IMPURE
|
|
|
|
;Note that IMPORTing is not necessary since we 'know' how to get to the
|
|
; 32 bit, NT side, by magic (see doscalls.asm).
|
|
;
|
|
;All EXPORTS should have 1.0-compatible ordinals and "RESIDENTNAME"
|
|
;EXPORTS usually get put in DOSCALLS.LIB; see LIB/MAKEFILE to make them private
|
|
;EXPORTS DOSMONOPEN @4 RESIDENTNAME
|
|
EXPORTS
|
|
DOSMAKENMPIPE @1 RESIDENTNAME
|
|
DOSQNMPIPEINFO @2 RESIDENTNAME
|
|
DOSCONNECTNMPIPE @3 RESIDENTNAME
|
|
DOSDISCONNECTNMPIPE @4 RESIDENTNAME
|
|
DOSQNMPHANDSTATE @5 RESIDENTNAME
|
|
DOSSETNMPHANDSTATE @6 RESIDENTNAME
|
|
DOSPEEKNMPIPE @7 RESIDENTNAME
|
|
DOSWAITNMPIPE @8 RESIDENTNAME
|
|
DOSTRANSACTNMPIPE @9 RESIDENTNAME
|
|
DOSCALLNMPIPE @10 RESIDENTNAME
|
|
; DOSRAWREADNMPIPE @11 RESIDENTNAME
|
|
; DOSRAWWRITENMPIPE @12 RESIDENTNAME
|
|
DOSSETNMPIPESEM @13 RESIDENTNAME
|
|
DOSQNMPIPESEMSTATE @14 RESIDENTNAME
|