reactos/win32ss/gdi/eng/engevent.h

12 lines
130 B
C

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