Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows Management Instrumentation
2006-01-27, 09:45 AM
Post: #1
Windows Management Instrumentation
Is there any information about using Microsoft's implementation
of event information (MS calls it "Windows Management Instrumentation")? I would like to be able to use it to communicate between our service (running in the Posix subsystem) and the rest of the machine.
Find all posts by this user
Quote this message in a reply
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.

If you don't have the Windows DDK, you can (for now) get it here:
Kernel-Mode Driver Framework

As an alternative, look at the "WPP Software Tracing" which I think would be more simple to implement with Interix.

best regards
Jerker Bäck
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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