How do i read the Event log?
Is there any api for that?
/Megah
Printable View
How do i read the Event log?
Is there any api for that?
/Megah
Use WMI's Win32_NTLogEvent class, or use the ReadEventLog API. Note that iusing the API is not as simple as the NT Event Viewer makes it look.