source: trunk/src/win32k/include/api.h@ 4996

Last change on this file since 4996 was 4996, checked in by bird, 25 years ago

pre-commit

File size: 809 bytes
Line 
1/* $Id: api.h,v 1.2 2001-01-20 23:49:54 bird Exp $
2 *
3 * API Overload Init and Helper Function - public header.
4 *
5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10#ifndef _API_H_
11#define _API_H_
12
13
14/*******************************************************************************
15* Defined Constants And Macros *
16*******************************************************************************/
17#define API_DOSALLOCMEM_ANY_OBJ 0
18#define API_DOSALLOCSHAREDMEM_ANY_OBJ 1
19#define API_MAX 2
20
21
22void _Optlink APIInit(void);
23BOOL _Optlink APIQueryEnabled(int iApi, USHORT usCS, LONG ulEIP);
24
25
26
27#endif
Note: See TracBrowser for help on using the repository browser.