http://bugs.winehq.org/show_bug.cgi?id=30070
Bug #: 30070 Summary: Improve advapi:ReportEvent stub Product: Wine Version: 1.4-rc5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
Currently ReportEvent stub prints a bunch of unreadable pointers, e.g.: fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0008,0xc0004a43,(nil),0x0001,0x00000000,0x2fdb080,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0008,0xc0004a43,(nil),0x0001,0x00000000,0x12cfa0,(nil)): stub The one before last parameter is in fact an array of strings. It would be great to see them.