Changeset 829 for trunk/dll/procstat.h
- Timestamp:
- Sep 3, 2007, 4:48:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/procstat.h
r551 r829 1 2 /*********************************************************************** 3 4 $Id$ 5 6 Define DosQProcStatus interface 7 8 02 Sep 07 SHL Update for OpenWatcom 9 10 ***********************************************************************/ 11 1 12 /********************************************************************** 2 13 * MODULE NAME : procstat.h AUTHOR: Rick Fishman * … … 17 28 **********************************************************************/ 18 29 30 #if defined(__WATCOMC__) 31 APIRET16 APIENTRY16 DosQProcStatus(ULONG *pBuf, USHORT cbBuf); 32 #endif 33 34 #if defined(__IBMC__) 19 35 #pragma linkage( DosQProcStatus, far16 pascal ) 20 36 USHORT DosQProcStatus(PVOID pvBuf, USHORT cbBuf); 37 #endif 21 38 22 39 #define PROCESS_END_INDICATOR 3 // Indicates end of process structs
Note:
See TracChangeset
for help on using the changeset viewer.