Can someone help to print a UNICODE_STRING to the debig window?
The string is in POBJECT_ATTRIBUTES ObjectAttributes
ObjectAttributes->ObjectName
I believe this is correct so far?
But how can I print it, can I use DbgPrint ?
DbgPrint(("message %s \n", buffer ));
but buffer is normally ansi
Thanks