Tony Cappellini wrote:
>>  Tim G's "winsys" wrapper will only read the live event logs.  However,
>>  the native Win32 event log APIs can all read a saved .evt file just as
>>  well as a live log.
>>
>>  You need to look into the win32evtlog module.
>>  win32evtlog.OpenBackupEventLog should let you access arbitrary evt files.
>>     
>
> This call also requires the system name as the first argument.
> int = OpenBackupEventLog(serverName, fileName )
>   

Or "None".  You have to read the documentation.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to