EVENTKEY
Appearance
Event key data structure.
typedef struct _EVENTKEY {
ULONG location;
ULONG entry_ID;
} EVENTKEY;
typedef EVENTKEY * PEVENTKEY ;
Category:Data type
Event key data structure.
typedef struct _EVENTKEY {
ULONG location;
ULONG entry_ID;
} EVENTKEY;
typedef EVENTKEY * PEVENTKEY ;
Category:Data type