请问高手,Kernel32.outputDebugStringA函数有什么功用,请详细说明一下??(50分)

  • 主题发起人 主题发起人 wxnm
  • 开始时间 开始时间
W

wxnm

Unregistered / Unconfirmed
GUEST, unregistred user!
请问高手,Kernel32.outputDebugStringA函数有什么功用,请详细说明一下??
 
应该用OutputDebugString函数,<br>用来输出调式信息的.
 
高手能说细说一下使用方法和在编程中有什么功用?
 
可以用DebugView这个工具查看你要调试的程序用OutputDebugString函数<br>输出的调试信息,比如调试一个外壳扩展程序时。
 
OutputDebugString(ByVal lpOutputString As String)<br>,OutputDebugString将它的参数(一个c string)输出到调试/除错器的输出上下文,若调试/除错器没有运行,OutputDebugString就被忽略。
 
用softIce可以看调试信息
 
后退
顶部