Line | |
---|
1 | /* $Id: win32k.h,v 1.1 2000-02-15 16:26:06 bird Exp $
|
---|
2 | *
|
---|
3 | * Top level make file for the Win32k library.
|
---|
4 | * Contains library and 32-bit IOCtl definition.
|
---|
5 | *
|
---|
6 | * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
7 | *
|
---|
8 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
9 | *
|
---|
10 | */
|
---|
11 | #ifndef _WIN32K_H_
|
---|
12 | #define _WIN32K_H_
|
---|
13 |
|
---|
14 | /*******************************************************************************
|
---|
15 | * Defined Constants And Macros *
|
---|
16 | *******************************************************************************/
|
---|
17 | /*
|
---|
18 | * IOCtls categories.
|
---|
19 | */
|
---|
20 | #define IOCTL_W32K_K32 0xC1
|
---|
21 | #define IOCTL_W32K_ELF 0xC2
|
---|
22 |
|
---|
23 | /*
|
---|
24 | * K32 category - these are the functions found in the k32 directory.
|
---|
25 | */
|
---|
26 | #define K32_DOSALLOCMEMEX 0x01
|
---|
27 |
|
---|
28 |
|
---|
29 | /*
|
---|
30 | * Elf category
|
---|
31 | */
|
---|
32 | #define ELF_DUMMY 0x01
|
---|
33 |
|
---|
34 |
|
---|
35 |
|
---|
36 | #ifdef INCL_WIN32K_LIB
|
---|
37 | /*******************************************************************************
|
---|
38 | * External Functions *
|
---|
39 | *******************************************************************************/
|
---|
40 | APIRET APIENTRY DosAllocMemEx(PPVOID ppb, ULONG cb, ULONG flag);
|
---|
41 |
|
---|
42 | #endif
|
---|
43 |
|
---|
44 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.