Share via


Viewing Events From Pre-Defined Data Types (Windows CE 5.0)

Send Feedback

To find pre-defined events in a Readlog output file, search for the string "Raw data". For example, the example shown in Logging Events Using Pre-Defined Data Types produces results similar to the following output:

0:01:09.723.977 : Raw data    3 (ulong)
      1234 = 0x000004D2
      5678 = 0x0000162E
      9101 = 0x0000238D
 0:01:09.723.989 : Raw data   38 (wchar), This is my string.
 0:01:09.724.027 : Raw data   46 (wchar), This is my value: 47

As you can see, the array of DWORD values is printed in both decimal and hexadecimal, while the arrays of WCHAR values are printed as strings.

In Remote Kernel Tracker, the same data appears differently. Each pre-defined data type has an icon that indicates its type. If you hover the mouse over an event, a tooltip appears that specifies the event contents.

See Also

CeLog Pre-Defined Data Types

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.