A bit of info is written at this page: http://www.reactos.org/wiki/Debugging
Simply speaking, DPRINT is a macro wrapping around DbgPrint which adds source file path+name and line number automatically to the actual string being printed.
Regards, Aleksey Bragin
On 06.05.2015 19:34, stack exchange wrote:
Whats the difference between DPRINT and DbgPrint? I wrote a little program that I can use to observe pipes, which I use for debugging. The text from DPRINT is there, but where does DbgPrint go and why are there multiple different debugging aids?