mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
12 lines
130 B
C
12 lines
130 B
C
#pragma once
|
|
|
|
//
|
|
// Flags for the fFlags field of ENG_EVENT
|
|
//
|
|
enum _EVENTFLAGS
|
|
{
|
|
ENG_EVENT_USERMAPPED = 0x01
|
|
};
|
|
|
|
/* EOF */
|