Jump to content

EVENTKEY: Difference between revisions

From EDM2
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:[[Data type]]
[[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 ;