目录>>第5章
第5章 函数、资源与注册表
第一节
Win32 API 函数
(D.boy收集、整理http://fsdb.yeah.net
)
| 1、限制程序功能函数 |
5、注册表处理函数 |
| 2、对话框函数 | 6、时间处理函数 |
| 3、磁盘处理函数 | 7、进程函数 |
| 4、文件处理函数 | 8、断点设置列表 |
2、对话框函数
| CreateDialog | 从资源模板建立一非模态对话窗 | |
| CreateDialogParam | 从资源模板建立一非模态对话窗 | |
| CreateDialogIndirect | 从内存模板建立一非模态对话窗 | |
| CreateDialogIndirectParam | 从内存模板建立一非模态对话窗 | |
| DialogBox | 从资源模板建立一模态对话窗 | |
| DialogBoxParam | 从资源模板建立一模态对话窗 | |
| DialogBoxIndirect | 从内存模板建立一模态对话窗 | |
| DialogBoxIndirectParam | 从内存模板建立一模态对话窗 | |
| EndDialog | 结束一模态对话窗 | |
| MessageBox | 显示一信息对话框 | |
| MessageBoxEx | 显示一信息对话框 | |
| MessageBoxIndirect | 显示一定制信息对话框 | |
| GetDlgItemInt | 得指定输入框整数值 | |
| GetDlgItemText | 得指定输入框输入字符串 | |
| GetDlgItemTextA | 得指定输入框输入字符串 | |
| Hmemcpy | 内存复制 (非应用程序直接调用) | |