取鼠标指针形状
系统结构:GetCursorInfo,GetCursor,DrawIcon,GetDC,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ _时钟1_周期事件
| |
| |
======调用的Dll
| |
| |---[dll]------ GetCursorInfo
| |
| |---[dll]------ GetCursor
| |
| |---[dll]------ DrawIcon
| |
| |---[dll]------ GetDC
调用的DLL命令:
.DLL命令 GetCursorInfo, 整数型, "user32", "GetCursorInfo"
.参数 piconinfo, CURSORINFO, 传址
.DLL命令 GetCursor, 整数型, "user32", "GetCursor"
.DLL命令 DrawIcon, 整数型, "user32", "DrawIcon"
.参数 hdc, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 hIcon, 整数型
.DLL命令 GetDC, 整数型, "user32", "GetDC"
.参数 hwnd, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。