EVENTKEY: Difference between revisions
Appearance
Created page with "Event key data structure. <PRE> typedef struct _EVENTKEY { ULONG location; ULONG entry_ID; } EVENTKEY; typedef EVENTKEY * PEVENTKEY ; </PRE> Category:Data..." |
(No difference)
|
Revision as of 03:01, 28 January 2018
Event key data structure.
typedef struct _EVENTKEY { ULONG location; ULONG entry_ID; } EVENTKEY; typedef EVENTKEY * PEVENTKEY ;
Category:Data type