1 Star 0 Fork 0

2356/DelSysProperty-ASM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DelSysProperty.Inc 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuyusong 提交于 2016-04-17 20:25 +08:00 . init
include windows.inc
include kernel32.inc
include user32.inc
include Comctl32.inc
include shell32.inc
includelib kernel32.lib
includelib user32.lib
includelib Comctl32.lib
includelib shell32.lib
DlgProc PROTO :HWND,:UINT,:WPARAM,:LPARAM
.const
IDD_DIALOG1 equ 101
IDC_LST1 equ 1001
IDC_BTN1 equ 1002
;#########################################################################
.data?
hInstance dd ?
;#########################################################################
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/2356/DelSysProperty-ASM.git
git@gitee.com:2356/DelSysProperty-ASM.git
2356
DelSysProperty-ASM
DelSysProperty-ASM
master

搜索帮助