Last change
on this file since 4310 was 4164, checked in by bird, 25 years ago |
Merged in the Grace branch. New Win32k!
|
File size:
838 bytes
|
Line | |
---|
1 | /* $Id: k32.h,v 1.3 2000-09-02 21:08:02 bird Exp $
|
---|
2 | *
|
---|
3 | * k32 - definitions.
|
---|
4 | *
|
---|
5 | * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
6 | *
|
---|
7 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
8 | *
|
---|
9 | */
|
---|
10 |
|
---|
11 | #ifndef _k32_h_
|
---|
12 | #define _k32_h_
|
---|
13 |
|
---|
14 | #ifdef __cplusplus
|
---|
15 | extern "C" {
|
---|
16 | #endif
|
---|
17 |
|
---|
18 | /*******************************************************************************
|
---|
19 | * Exported Functions *
|
---|
20 | *******************************************************************************/
|
---|
21 | APIRET k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flag, ULONG ulCS, ULONG ulEIP);
|
---|
22 | APIRET k32QueryOTEs(HMTE hMTE, PQOTEBUFFER pQOte, ULONG cbOte);
|
---|
23 | APIRET k32QueryOptionsStatus(PK32OPTIONS pOptions, PK32STATUS pStatus);
|
---|
24 | APIRET k32SetOptions(PK32OPTIONS pOptions);
|
---|
25 |
|
---|
26 |
|
---|
27 | #ifdef __cplusplus
|
---|
28 | }
|
---|
29 | #endif
|
---|
30 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.