summaryrefslogtreecommitdiffstats
path: root/private/os2/client/thunk/mailslot.def
blob: 05f89696137e18645fd66284b29fe0fe06e4b64b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LIBRARY MAILSLOT
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 nls.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
        DOSMAKEMAILSLOT         @1  RESIDENTNAME
        DOSDELETEMAILSLOT       @2  RESIDENTNAME
        DOSMAILSLOTINFO         @3  RESIDENTNAME
        DOSPEEKMAILSLOT         @5  RESIDENTNAME
        DOSREADMAILSLOT         @4  RESIDENTNAME
        DOSWRITEMAILSLOT        @6  RESIDENTNAME