source: trunk/src/win32k/include/k32.h@ 2912

Last change on this file since 2912 was 2799, checked in by bird, 26 years ago

IOCtl exported services.
k32AllocMemEx.

File size: 658 bytes
Line 
1/* $Id: k32.h,v 1.2 2000-02-15 23:39:19 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
15extern "C" {
16#endif
17
18/*******************************************************************************
19* Exported Functions *
20*******************************************************************************/
21APIRET k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flag, ULONG ulCS, ULONG ulEIP);
22
23
24#ifdef __cplusplus
25}
26#endif
27#endif
Note: See TracBrowser for help on using the repository browser.