Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Jan : Writing to Custom Event Log in Windows
| Subject: | Writing to Custom Event Log in Windows |
| Posted by: | "Warrick Wilson" (warric..@mercuryonline.com) |
| Date: | Tue, 30 Jan 2007 10:07:44 |
I found a couple of articles on creating and writing to custom event logs
using Delphi (I'm at Delphi 7, though eventually will migrate to D2006).
There's a sample application at CodeCentral, which I've grabbed and played
with.
While I can get the sample code working, I'm not making the mental leap in
turning that example and description into a real-life working solution for
my project. But what's probably lost me most is some of the structures of
the message resources and how the entries tie to the field in the
ReportEvent() calls, etc. So normally I'd think I'm missing the Windows side
of the background information (which is probably true), but when I go
looking for stuff on the MSDN/Microsoft site, all I find now are .NET
examples and references.
Does anyone have a reference on this stuff that's still good old Win32?
Thanks.