search for: forwards_read

Displaying 3 results from an estimated 3 matches for "forwards_read".

2006 Dec 14
11
Tweak to win32-eventlog
All, I got a bug report from Greg Holmes where the description wasn''t being returned properly. At the moment, if there''s no event associated with the event id, then the description is empty. However, it turns out that there can still be associated information about the event. So, I propose the following tweak to the get_description private method: # If FormatMessage()
2004 Nov 01
0
buffer size for win32-eventlog (was infiniteloop bug...)
...uffer size for win32-eventlog > (was infiniteloop bug...) > > > > Hi, > >>I just noticed the bug is not fixed completely. > >>If run with e.read , the output record number is from 42 > to 2081. If > >>run with e.read(EventLog::SEEK_READ|EventLog::FORWARDS_READ,250) , > >>the output record number is from 250 to 820. If run with > >>e.read(EventLog::SEEK_READ|EventLog::FORWARDS_READ,42) , the output > >>record number is from 42 to 570. Why this happens? Is it the bug of > >>MS? > > >I can confirm this beha...
2006 May 21
6
Possible problems with EventLog#write
Hi, I''ve got EventLog#write and EventLog.add_event_source methods done. Well, I *think* they''re done, but I can''t get the data (text) to work properly, and I''m not sure if it''s a bug in my .mc file, the add_event_source method, the write method, or just a goof in my test file. The source, category and event id seem to be ok. However, the