source: vendor/emx/current/src/libos2/mon5.c

Last change on this file was 18, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 475 bytes
Line 
1/* mon5.c */
2
3#define INCL_DOSMONITORS
4#include <os2.h>
5
6USHORT _THUNK_FUNCTION (Dos16MonReg) ();
7
8USHORT DosMonReg (HMONITOR hmon, PBYTE pbInBuf, PBYTE pbOutBuf,
9 USHORT fPosition, USHORT usIndex)
10{
11 return ((USHORT)
12 (_THUNK_PROLOG (2+4+4+2+2);
13 _THUNK_SHORT (hmon);
14 _THUNK_FLAT (pbInBuf);
15 _THUNK_FLAT (pbOutBuf);
16 _THUNK_SHORT (fPosition);
17 _THUNK_SHORT (usIndex);
18 _THUNK_CALL (Dos16MonReg)));
19}
Note: See TracBrowser for help on using the repository browser.