MSDN中关于SetWindowLong的翻译,不知道意思对否?
SetWindowLong
The SetWindowLong function changes an attribute of the specified window.
这个函数改变一个指定窗口的属性,
The function also sets a 32-bit (long) value at the specified offset into the extra window memory of a window.
他也同样在窗口的额外存储区设置一个32位值在指定数据区域
Certain window data is cached, so changes you make using SetWindowLong will not take effect until you call the SetWindowPos function.
如果某个窗口隐藏,那么你已经通过SetWindowLong改变的属性就不会起作用,你需要从新调用这个函数