登录
首页 » Windows核心 » 介绍调试技术与异常处理控件开发 VC 开发进、阶段

介绍调试技术与异常处理控件开发 VC 开发进、阶段

于 2022-03-03 发布 文件大小:29.87 kB
0 197
下载积分: 2 下载次数: 1

代码说明:

介绍调试技术与异常处理控件开发 VC 开发进、阶段- The introduction debugging technology and the exception handling control to develop VC to develop, the stage

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本程序实现在系统条上添加一个日历的功能,可以以此提供对系统编程的一些参考。...
    本程序实现在系统条上添加一个日历的功能,可以以此提供对系统编程的一些参考。-Realize this procedure in the system to add a section on the calendar function, can also be used to provide some reference system programming.
    2022-02-21 05:09:27下载
    积分:1
  • 利用该程序可以在程序运行时显示TRACE的内容
    利用该程序可以在程序运行时显示TRACE的内容-Use of the program can run in the content displayed when TRACE
    2022-05-21 10:55:09下载
    积分:1
  • 读取CLOCK GENATOR 的一段程序,可以看一看啊
    读取CLOCK GENATOR 的一段程序,可以看一看啊-read the section procedures can look at the ah
    2022-02-21 06:26:50下载
    积分:1
  • The application shows how to use functions of the JN5121 Integrated Peripherals...
    The application shows how to use functions of the JN5121 Integrated Peripherals API to READ from and WRITE to an industry standard 24LC04 serial EEPROM
    2023-03-03 17:30:04下载
    积分:1
  • 一个实现了NT服务的小程序。 能够让服务安装,卸载,启动,停止。...
    一个实现了NT服务的小程序。 能够让服务安装,卸载,启动,停止。-A realization of the NT services applet. That allows services to install, uninstall, start, stop.
    2022-07-14 02:49:00下载
    积分:1
  • VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
    VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
    2022-02-15 18:15:01下载
    积分:1
  • 鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiq...
    鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 鼠标 行为的记录,重放 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。 2.本代码参考了的一些 程序, 参考了很多其他人的编码 编译平台: 1.该代码在Windows XP+VC 6.0平台下编译通过。 使用说明: 1.鼠标的行为 记录,以及重新操作 2.该带代码。可以用来供研究学习,使用! 3.记录以后 要点击 结束 然后再点重放。不要直接点击重放!后果很严重哦!(要是万一出现了,这种情况,就按一下 alt+ctrl+del 试一下吧!呵呵 钩子 不能屏蔽 这三个键) 其他: 此为练习之作,也不是很高深制作,您可以随意的复制,传播,但是请保留该信息!-Mouse recorder Author: Lu small mail: 359581807@163.com blog: http://blog.sina.com.cn/qiqi8 welcome to contact the common study! Function: mouse behavior record, replay code: 1. CXPButton interface used a series of menus and buttons, the document cited has HyperLink.cpp, HyperLink.h, XPButton, XPButton
    2022-07-12 12:19:23下载
    积分:1
  • 使用vb编写的日期输入框控件,非常有意思,欢迎各位领导批评指正,呵呵和...
    使用vb编写的日期输入框控件,非常有意思,欢迎各位领导批评指正,呵呵和-use vb prepared by the date input box controls, very interesting, leading critics to welcome you stand corrected, and Oh! !
    2023-04-07 13:05:03下载
    积分:1
  • Test callback mechanism CALLBACK. DLL file is called as dynamic invocation. This...
    测试回调机制CALLBACK。DLL文件调用为动态调用。此示例在VS2008下测试通过。注意在DLL中需要在DEF文件里的EXPOERTS下面添加tester,编译后将callbackdll.dll添加到dllimporttest的DEBUG目录下。 -Test callback mechanism CALLBACK. DLL file is called as dynamic invocation. This example in VS2008 under test. Note that the DLL is required for EXPOERTS in the DEF file to add the following tester, compiled after callbackdll.dll added to dllimporttest the DEBUG directory.
    2022-01-21 04:40:32下载
    积分:1
  • 绕过所有用户层的hook代码
    绕过一切用户层的hook,使用钩子方面的技术,涉及到Windows方面的核心编程,代码具有通用性,适合研究这方面或者对这方面感兴趣的人
    2023-06-19 19:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载