Advertisement
jasonfenglu

DebugOutput

Jul 13th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. wchar_t buffer[256];
  2. wsprintfW(buffer, L"hBmp %p", hBmp);
  3. OutputDebugString(buffer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement