帮忙看看这样声明有什么问题吗?(100分)

  • 主题发起人 主题发起人 liuin
  • 开始时间 开始时间
L

liuin

Unregistered / Unconfirmed
GUEST, unregistred user!
帮忙看看这样声明有什么问题吗?<br>Function Long HitMsg(Long hWindow, UInt Msg, Long wParam, &nbsp;Ref os_tvhittestinfo lParam) Library 'user32.dll' Alias for SendMessageA<br>我在pb中声明出错,错误提示:Error &nbsp; &nbsp; &nbsp; C0001: Illegal data type: os_tvhittestinfo<br>pb论坛的人太少了,只能到这问了
 
pb不懂,看错误提示象是os_tvhittestinfo不是有效的数据类型
 
Function Long HitMsg(Long hWindow, UInt Msg, Long wParam, &nbsp;Ref os_tvhittestinfo lParam) Library 'user32.dll' Alias for SendMessageA;stdall
 
delphifan2008兄:<br>你的方法不行呀,问题还是一样<br>谁能帮我找到这个api声明的原型
 
问题已经解决了
 
多人接受答案了。
 
后退
顶部