From: J?rg Eckersberg on
Hallo,

I need informations about the structure from the data in the file
windows\system32\config\sysevent.evt from Windows XP

Sorry my english is very bad, i hope you can understand me

J?rg


From: Boris on
"J?rg Eckersberg" <joerg.eckersberg(a)t-online.de> wrote in message
news:di5vhg$9p9$05$1(a)news.t-online.com...
> Hallo,
>
> I need informations about the structure from the data in the file
> windows\system32\config\sysevent.evt from Windows XP

There're WIN32 API functions to read contents of Windows event logs.

OpenEventLog()
ReadEventLog()
etc.

-Boris