ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

chew.h
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:       See COPYING in the top level directory
00003  * PROJECT:         ReactOS kernel
00004  * FILE:            include/reactos/chew/chew.h
00005  * PURPOSE:         Common Highlevel Executive Worker
00006  *
00007  * PROGRAMMERS:     arty (ayerkes@speakeasy.net)
00008  */
00009 
00010 #ifndef _REACTOS_CHEW_H
00011 #define _REACTOS_CHEW_H
00012 
00017 VOID ChewInit(PDEVICE_OBJECT DeviceObject);
00018 
00022 VOID ChewShutdown(VOID);
00023 
00027 BOOLEAN ChewCreate(VOID (*Worker)(PVOID), PVOID WorkerContext);
00028 
00029 #endif/*_REACTOS_CHEW_H*/

Generated on Sun May 27 2012 04:33:07 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.