I am trying to print formatted output (e.g. "my number = %d",no) in native mode. I have tried using RtlStringCchPrintf() or swprintf() followed by NtDisplayString() Both are not working for me.. Can anybody help me how to do this ? Thanks in advance...