search for: readeventlog

Displaying 6 results from an estimated 6 matches for "readeventlog".

2008 May 17
2
Problem reading log with win32-eventlog - buffer too small
Hi all, A user recently ran into an issue with win32-eventlog and the EventLog#read method when reading a saved log file. It seems that there''s an issue. After some experimentation I found that the problem seems to be that the initial buffer to ReadEventLog() in line 558 is too small, so it tries a second call to ReadEventLog() with a larger buffer. The problem is that, after I added some error checking code there, the second attempt returns: "The data area passed to a system call is too small" What I can''t figure out is why it&...
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()
2006 May 30
1
Syslogging and remote installer (was RE: seg on windows-pr-0.5.1 (was RE: win32-eventlog 0.4.0))
...Domain: DMPI > Caller Logon ID: (0x0,0x16DF9294) > > -------- (cc''d to the devel list) I just noticed the "China Standard Time". Do your event log records contain non-ascii text? If so, I''ll have to switch to the wide character version of ReadEventLog() I think. This might also explain the duplicate records you showed me earlier (?). Where are you located, btw? I forgot. Also, regarding the EventLog#notify_change method, I just remembered something. From the MSDN docs: The NotifyChangeEventLog function does not work with remote handles....
2016 Nov 11
0
Wine release 1.9.23
...dpnet: Implement IDirectPlay8LobbyClient Initialize. dpnet: Correctly initialize the DPN_SP_CAPS structure. dpnet: Close resets back to an uninitialized state. dpnet: Initialize winsock. setupapi: Add SetupDiGetDevicePropertyW stub. advapi32/test: Stop crash when ReadEventLog returns an unexpected error. vbscript: Coerce datatype in StrComp. Andrey Gusev (15): api-ms-win-rtcore-ntuser-private-l1-1-0: Add dll. ext-ms-win-ntuser-private-l1-1-1: Add dll. ext-ms-win-ntuser-rectangle-ext-l1-1-0: Add dll. ext-ms-win-ntuser-window-l1-1-1: Add dll...
2010 Feb 19
0
Wine release 1.1.39
...Fix a test failure on xp64. user.exe: The default dialog button id is 0 on Win16. server: Fix tracing of invalid ACLs. ntdll: Properly handle empty but present ACLs in self-relative descriptors. advapi32: Implemented RegDeleteKeyExA/W. advapi32/tests: Avoid crashing if ReadEventLogA fails. advapi32/tests: Fix the ReadEventLog error checking. user32: Fix Z-order handling of windows that have a top-most owner. Alistair Leslie-Hughes (3): dbghelp: Add basic support for PVOID64. dbghelp: Add stubs for SymGetLineFromName, SymGetLineFromName64, SymGetLineFr...
2011 Jul 22
0
Wine release 1.3.25
...zuyuki Sato (1): crypt32: Add additional path for Solaris 11 Express. Ken Thomases (2): winex11.drv: Fix X11DRV_KeymapNotify when multiple keycodes map to same vkey. winex11.drv: Map Meta keys to VK_{L, R}MENU, not just VK_MENU. Louis Lenders (1): advapi32: SetLastError in ReadEventLog{A, W} stub to avoid applications from looping forever. Lucas Fialho Zawacki (12): dinput8/tests: Tests for EnumDevicesBySemantics with different enumeration flags. dinput: Made EnumDevicesBySemantics more terse. dinput: Prevent EnumDevicesBySematics from enumerating keyboard and...