Changeset 4998 for trunk/src/win32k/include/api.h
- Timestamp:
- Jan 21, 2001, 8:52:46 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/api.h
r4996 r4998 1 /* $Id: api.h,v 1. 2 2001-01-20 23:49:54bird Exp $1 /* $Id: api.h,v 1.3 2001-01-21 07:52:46 bird Exp $ 2 2 * 3 3 * API Overload Init and Helper Function - public header. … … 8 8 * 9 9 */ 10 /*NOINC*/ 10 11 #ifndef _API_H_ 11 12 #define _API_H_ 13 /*INC*/ 12 14 13 15 … … 17 19 #define API_DOSALLOCMEM_ANY_OBJ 0 18 20 #define API_DOSALLOCSHAREDMEM_ANY_OBJ 1 19 #define API_MAX 2 21 #define API_MAX API_DOSALLOCSHAREDMEM_ANY_OBJ 22 #define API_CENTRIES (API_MAX + 1) 20 23 24 /*NOINC*/ 25 APIRET _Optlink APIInit(void); 26 BOOL _Optlink APIQueryEnabled(int iApi, USHORT usCS, LONG ulEIP); 27 /*INC*/ 21 28 22 void _Optlink APIInit(void); 23 BOOL _Optlink APIQueryEnabled(int iApi, USHORT usCS, LONG ulEIP); 24 25 26 29 /*NOINC*/ 27 30 #endif 31 /*INC*/
Note:
See TracChangeset
for help on using the changeset viewer.