SetWindowLong和SetClassLongh函数关于索引GWL_WNDPROC,GCL_WNDPROC的区别

本文探讨了Windows API中SetWindowLong和SetClassLong函数的使用和区别。SetWindowLong用于修改特定窗口的属性,如GWL_WNDPROC,而SetClassLong则用于修改窗口类的属性,如GCL_WNDPROC。通过示例代码展示了这两个函数如何影响窗口和类的窗口过程,解释了它们如何改变窗口的行为和外观。
摘要由CSDN通过智能技术生成

个人看法,如有雷同,纯属巧合!!!

SetWindowLong:The SetWindowLong function changes an attribute of the specified window. The function also sets the 32-bit (long) value at the specified offset into the extra window memory。

大意是说该函数改变指定窗口的属性,也可以设置窗口额外内存中的值。

索引包含:GWL_STYLE,GWL_WNDPROC,GWL_ID,GWL_HINSTANCE,GWL_UERDATA

 

SetClassLong:The SetClassLong function replaces the specified 32-bit (long) value at the specified offset into the extra class memory or the WNDCLASSEX structure for the class to which the specified window belongs.

大意是说该函数替换在额外类存储空间的指定偏移地址的32位长整型值,或替换指定窗口所属类的WNDCLASSEX结构。

索引包含:GCL_HBRBACKGROUND,GCL_HICON,GCL_HCURSOR,GCL_MENUNAME,GCL_WNDPROC

 

下面说说主题了:从函数的表面意思就可以知道,SetWidnowLong是用于窗口的,SetClassLong是用于

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值