search for: eventlogrecord

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

2006 May 17
1
Need a little help with the pure Ruby win32-eventlog
Hi all, I''m working on the EventLog#read method for the pure Ruby version of win32-eventlog, but I''m stuck on the get_description private method. Here are the problems: * I don''t think I''m advancing the EVENTLOGRECORD properly between iterations. Take a look at the end of the "while dwread > 0" loop. I get some records, but not all of them. * I''m not sure how to properly populate or pack/unpack the va_list, which is later passed to the FormatMessage() function. Please take a look. T...
2006 May 17
3
Need a little help with the pureRubywin32-eventlog
...n the EventLog#read method for the pure Ruby > > version of > > > win32-eventlog, but I''m stuck on the get_description > private method. > > > > > > Here are the problems: > > > > > > * I don''t think I''m advancing the EVENTLOGRECORD properly between > > > iterations. Take a look at the end of the "while dwread > > > 0" loop. I > > > get some records, but not all of them. > > > > > > * I''m not sure how to properly populate or pack/unpack > the va_list, >...
2006 May 17
0
Need a little help with the pure Rubywin32-eventlog
...; > > I''m working on the EventLog#read method for the pure Ruby > version of > > win32-eventlog, but I''m stuck on the get_description private method. > > > > Here are the problems: > > > > * I don''t think I''m advancing the EVENTLOGRECORD properly between > > iterations. Take a look at the end of the "while dwread > > 0" loop. I > > get some records, but not all of them. > > > > * I''m not sure how to properly populate or pack/unpack the va_list, > > which is later passed t...