Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows Management Instrumentation
2006-02-08, 02:27 PM
Post: #2
RE: Windows Management Instrumentation
You mean that you want your service to have its own eventlog and you can view it in the "Event Viewer"? You will typically work with COM (ie ATL-classes) or the .NET Framework. I think it will be very difficult to implement this with Interix. There are however low-level ways to do this and the best source to find out how is the Windows DDK documentation. The kernel drivers are the ones that actually writes something useful in these logs. <br> <br> If you don't have the Windows DDK, you can (for now) get it here: <br> <a href="http://www.microsoft.com/whdc/driver/wdf/KMDF_pkg.mspx" target="_blank" rel="nofollow">Kernel-Mode Driver Framework</a> <br> <br> As an alternative, look at the "<b>WPP Software Tracing</b>" which I think would be more simple to implement with Interix. <br> <br> best regards <br> Jerker Bäck
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Windows Management Instrumentation - jerker_back - 2006-02-08 02:27 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)