Changeset 2519 for branches/libc-0.6/src/emx/include
- Timestamp:
- Feb 4, 2006, 7:08:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/os2emx.h
r2273 r2519 13467 13467 13468 13468 13469 #ifdef INCL_DOSUNDOCUEMENTED 13470 13471 /** Check if the current process is being debugged. 13472 * No parameter. Returns TRUE or FALSE. */ 13473 #define DOSSYSCTL_AM_I_DEBUGGED 2 13474 13475 /** 13476 * System Control Function. 13477 * 13478 * @returns Depends on function. 13479 * @param ulFunction Which function to execute. 13480 * Any of the DOSSYSCTL_* #defines. 13481 */ 13482 APIRET APIENTRY DosSysCtl(ULONG ulFunction, PVOID pvParameter); 13483 13484 #endif /* INCL_DOSUNDOCUEMENTED */ 13485 13486 13469 13487 #ifdef INCL_EXAPIS 13470 13488
Note:
See TracChangeset
for help on using the changeset viewer.