ReactOS 0.4.15-dev-7942-gd23573b
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
18
23
27BOOLEAN ChewCreate(VOID (*Worker)(PVOID), PVOID WorkerContext);
28
29#endif/*_REACTOS_CHEW_H*/
unsigned char BOOLEAN
BOOLEAN ChewCreate(VOID(*Worker)(PVOID), PVOID WorkerContext)
Definition: workqueue.c:61
VOID ChewShutdown(VOID)
Definition: workqueue.c:36
VOID ChewInit(PDEVICE_OBJECT DeviceObject)
Definition: workqueue.c:28
_In_ PDEVICE_OBJECT DeviceObject
Definition: wdfdevice.h:2055