Prev: Delete Printer
Next: Calling WIN32 API SetEntriesInAcl() always fails and returns the error code 1332.
From: J?rg Eckersberg on 7 Oct 2005 10:09 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 9 Oct 2005 04:15
"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 |