ReactOS
0.4.15-dev-4616-g17e0e44
chew.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS kernel
4
* FILE: include/reactos/chew/chew.h
5
* PURPOSE: Common Highlevel Executive Worker
6
*
7
* PROGRAMMERS: arty (ayerkes@speakeasy.net)
8
*/
9
10
#ifndef _REACTOS_CHEW_H
11
#define _REACTOS_CHEW_H
12
17
VOID
ChewInit
(
PDEVICE_OBJECT
DeviceObject
);
18
22
VOID
ChewShutdown
(
VOID
);
23
27
BOOLEAN
ChewCreate
(
VOID
(*Worker)(
PVOID
),
PVOID
WorkerContext);
28
29
#endif
/*_REACTOS_CHEW_H*/
DeviceObject
_In_ PDEVICE_OBJECT DeviceObject
Definition:
wdfdevice.h:2055
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
ChewShutdown
VOID ChewShutdown(VOID)
Definition:
workqueue.c:40
_DEVICE_OBJECT
Definition:
env_spec_w32.h:413
ChewCreate
BOOLEAN ChewCreate(VOID(*Worker)(PVOID), PVOID WorkerContext)
Definition:
workqueue.c:65
void
Definition:
nsiface.idl:2306
ChewInit
VOID ChewInit(PDEVICE_OBJECT DeviceObject)
Definition:
workqueue.c:32
sdk
include
reactos
chew
chew.h
Generated on Sat May 28 2022 06:07:22 for ReactOS by
1.8.15