setwindowlongptr(100分)

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

wwding68

Unregistered / Unconfirmed
GUEST, unregistred user!
我看windows 2000编程。有api SetWindowLongPtr 看帮助 没有此函数,导致编译<br>无法通过。请问如何?
 
form MSDN:<br>The SetWindowLongPtr function changes an attribute of the specified window. The function also sets a value at the specified offset in the extra window memory. <br><br>This function supersedes the SetWindowLong function. To write code that is compatible with both 32-bit and 64-bit versions of Windows, use SetWindowLongPtr<br><br>這個函數是以後用來代替 SetWindowLong的!<br>在delphi中沒有聲明, 你可自己聲明一個, 或者, 先用 setWindowLong
 
to Aiirii<br>&nbsp; 我首先是在msdn 中查找的,(我是在vc6。0的环境下编译,发现msdn中没有,<br>我又去delphi的sdk 中查询的。你的msdn是什仫版本。vc6.0为什莫不能认识<br>setwindowlongptr<br>&nbsp;
 
接受答案了.
 
我是2002春季版的, setwindowlongptr主要是用在64位系統的, 其實, 現在根本不是很重要
 
后退
顶部