个人看法,如有雷同,纯属巧合!!!
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是用于