Where to find a list of acceptable types for TraceEvent messages

dyneng2 0 Reputation points
2024-06-21T00:11:43.07+00:00

I am using

UNICODE_STRING FileName;

and want to print out the contents of the associated buffer to make sure the translation with RtlInitUnicodeString(&FileName, pJtagFile->FileName);

worked properly [my data supplied in FileName is in the new FileName.Buffer]. WCHAR is the type. I know the basic ones ... Hex and so forth but haven't figured out the WCHAR type for the TraceEvents string.

Looked all over and MS doesn't seem to have this published. Perhaps I am blind...

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
121 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.