A fairly good article on using/understanding window event logging with some code for handeling logs
http://www.neworder.box.sk/newsread.php?newsid=14372
Printable View
A fairly good article on using/understanding window event logging with some code for handeling logs
http://www.neworder.box.sk/newsread.php?newsid=14372
Here you can get info about all Event ID in windows:
http://www.microsoft.com/technet/pro...rt/xpevnt.mspx
ofcouse some programs can generate own ID's in event log, ....
Here you can get info about all Event ID in windows:
http://www.microsoft.com/technet/pro...rt/xpevnt.mspx
ofcouse some programs can generate own ID's in event log, ....
Nice link, thanks.
Another related one I like for event ID debugging is http://www.eventid.net.
- Uncle D