-
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记...
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记录下来,然后转向到静态stdProc回调函数,转向之前先记录HWND,然后把堆栈里HWND的内容替换为this指针,这样在stdProc里就可以从HWND取回对象指针,定位到WindowProc了-thunk is a group of dynamically generated ASM command, it records the window class object this pointer, and this group of commands can be used as a function of both the process can also be a window to use. thunk first window object this pointer record, and then shifted to the static callback function stdProc, before turning record HWND, and then the contents of the stack where HWND replace this pointer, so in stdProc can retrieve the object from the HWND pointer, locate the WindowProc
- 2022-08-09 23:02:21下载
- 积分:1
-
基本上和小时候在红白机上玩的一样~
我做了一个08年的新的地图~
如果有人想要的话和我联系~
基本上和小时候在红白机上玩的一样~
我做了一个08年的新的地图~
如果有人想要的话和我联系~-Basically, and a child playing in the red and white machine to do the same ~ I have a new 2008 map ~ If someone want it and contact me ~
- 2023-01-12 15:40:04下载
- 积分:1
-
贪吃蛇游戏源代码,用C++编写 用visual C++调试
贪吃蛇游戏源代码,用C++编写 用visual C++调试-Snake game source code, using C to prepare to use visual C++ Debugging
- 2023-02-06 15:05:04下载
- 积分:1
-
动态聚类模式识别算法
模式识别的动态聚类算法iso-data算法的具体实现,应用于模式分类等-dynamic clustering pattern recognition algorithm iso-specific data algorithm to achieve, such as data classification
- 2022-09-26 09:20:03下载
- 积分:1
-
一个老外写的透明菜单,是自绘的。非常好看的界面和效果
在VCKBASE上读到《自绘菜单的实现》 。应用的我自己的正在进行的工程后发现效果不错,可是有存在许多问题。要说这个菜单做的完美,那是吹牛,世界上哪有完美的东西啊 :) 只要自己觉得完美,就够了。 希望大家能从文章中学到点东西,就好。
- 2022-10-07 21:55:03下载
- 积分:1
-
用java程序实现的小闹钟,功能实用简单哦,特别棒
用java程序实现的小闹钟,功能实用简单哦,特别棒-Java program to use a small alarm clock, features a simple and practical Oh, special rods
- 2022-12-22 14:25:03下载
- 积分:1
-
TMS320VC5402 DSK例子程序
TMS320VC5402 DSK的例子程序-TMS320VC5402 DSK examples procedures
- 2022-03-06 03:45:21下载
- 积分:1
-
用VB编写的记事本,程序精简易懂,对VB练习文本框控件以及相关方法非常有用...
用VB编写的记事本,程序精简易懂,对VB练习文本框控件以及相关方法非常有用-Written in Notepad using VB, procedures streamlined and understandable, to VB text box control, exercise and related method is very useful for
- 2022-03-19 02:53:12下载
- 积分:1
-
The source code about thread.it is very important to help understand how to crea...
The source code about thread.it is very important to help understand how to create java threads
- 2023-01-19 19:40:03下载
- 积分:1
-
从ring3切换到ring0的代码
从ring3切换到ring0的代码--The code which can exchange ring3 to ring0
- 2022-05-16 06:04:50下载
- 积分:1