Jump to content

EVENTKEY

From EDM2
Revision as of 03:02, 28 January 2018 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Event key data structure.

typedef struct _EVENTKEY {
  ULONG     location;
  ULONG     entry_ID;
} EVENTKEY;

typedef   EVENTKEY   * PEVENTKEY ;