reactos/subsystems/win32/win32k/include/engevent.h
Jérôme Gardou c16ad873a6 sync with trunk (r46275)
svn path=/branches/reactos-yarotows/; revision=46279
2010-03-19 21:09:21 +00:00

14 lines
204 B
C

#pragma once
#define ENG_EVENT_USERMAPPED 1
typedef struct _ENG_EVENT
{
/* Public part */
PVOID pKEvent;
ULONG fFlags;
/* Private part */
KEVENT KEvent;
} ENG_EVENT, *PENG_EVENT;