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..." |
mNo edit summary |
||
Line 10: | Line 10: | ||
</PRE> | </PRE> | ||
Category: | [[Category:Data type]] |
Latest revision as of 03:02, 28 January 2018
Event key data structure.
typedef struct _EVENTKEY { ULONG location; ULONG entry_ID; } EVENTKEY; typedef EVENTKEY * PEVENTKEY ;