Trace Driver using WPP macros

Posted: 11-20-2003, 07:38 PM
Hi

I am able to log traces in my driver using the WPP macros
and also read the traces using the Tracefmt utility.

I would like to write my own utility program to retrieve
the traces. So far I get the events from the driver using
OpenTrace() and ProcessTrace(). I am able to get our
messages that gets logged by the driver. However I am
interested to also know the time when the event occured.
This would require parsing the prefix added to each event.
Can you provide insight to as to how can I parse the
prefix that is appended to each event?

I want to convince my team that WPP is the latest and the
greatest technology from MS for tracing drivers.

Thanks
Suman
Reply With Quote

Responses to "Trace Driver using WPP macros"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
WMI trace.log Bill M. Windows XP WMI 2 06-18-2005 11:02 PM
Macros Eric F Windows XP Help & Support 3 02-17-2004 03:20 AM
Macros Maureen Goldman Windows XP New Users 5 10-30-2003 01:48 PM
Enabling macros Ginte Miles Windows XP Help & Support 0 10-19-2003 01:16 AM
Macros for MM2? Please help Kurt Windows XP Movie Maker 4 08-26-2003 05:45 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90