reactos/win32ss/gdi/eng/engevent.h
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

11 lines
130 B
C

#pragma once
//
// Flags for the fFlags field of ENG_EVENT
//
enum _EVENTFLAGS
{
ENG_EVENT_USERMAPPED = 0x01
};
/* EOF */