xref: /reactos/win32ss/gdi/eng/engevent.h (revision 1734f297)
1 #pragma once
2 
3 //
4 // Flags for the fFlags field of ENG_EVENT
5 //
6 enum _EVENTFLAGS
7 {
8     ENG_EVENT_USERMAPPED   = 0x01
9 };
10 
11 /* EOF */
12