-
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
-
VS 2005 写的一个东西,可以控制鼠标的位置,同时显示出任意时刻鼠标的控制,大家可以参考下。...
VS 2005 写的一个东西,可以控制鼠标的位置,同时显示出任意时刻鼠标的控制,大家可以参考下。-VS 2005 writing a thing, can control the mouse position, while showing the control of the mouse at any time, we can refer to the next.
- 2022-03-18 06:51:48下载
- 积分:1
-
2 10 16 进制转换工具 很适合初学者学习使用的
2 10 16 进制转换工具 很适合初学者学习使用的-21,016 M-ary conversion tools are suitable for beginners learning to use the
- 2022-08-12 20:45:37下载
- 积分:1
-
自己用VB编的一个小程序,可以实现悬浮的窗体。
自己用VB编的一个小程序,可以实现悬浮的窗体。-their VB series with a small procedure, the suspension can be achieved Form.
- 2023-07-04 08:10:04下载
- 积分:1
-
System tray program, than traytest1, 2 more powerful.
系统托盘程序,比traytest1、2功能更强。-System tray program, than traytest1, 2 more powerful.
- 2023-05-20 16:25:03下载
- 积分:1
-
用VC++链接SQLServer数据库,包括链接,查询,插入,更新,删除等函数,已经将相关函数封装在类里面,可以直接重用或者扩充。...
用VC++链接SQLServer数据库,包括链接,查询,插入,更新,删除等函数,已经将相关函数封装在类里面,可以直接重用或者扩充。-With VC++ Link SQLServer database, including the link, query, insert, update, delete, etc. functions, has been encapsulated in the type of correlation function which can be directly reused or expanded.
- 2023-03-09 20:20:03下载
- 积分:1
-
关机定时器源码,如果孩子不在的话就行,很长一段时间..
定时关机源码,如果小孩子不听话,长时间玩电脑游戏,你可以用此软件强行关机,可以设定关机时间-Shutdown timer source, if the children do not toe the line, the long period of time playing computer games, you can use this software to force shutdown, can set the shutdown time
- 2023-04-19 02:55:03下载
- 积分:1
-
建立带有NT Service程序的模板
建立带有NT Service程序的模板 -The template for creating the app with NT Service
- 2022-08-18 09:27:40下载
- 积分:1
-
Windows内核的源内部
Windows Kernel Source Internals
download Here
- 2022-12-05 14:55:03下载
- 积分:1
-
CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即strin...
CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scripting language package CSE database, using C++ package, commonly used objects, including Int, WideInt, float, Object target, char array (ie string), Int array, object arrays, dictionary, dict, etc., due to The package is lightweight, and used as the basis for the type library to support the Win32 software development, if you use STL containers and other cause inconvenience, this library is a good alternative.
- 2022-01-29 02:55:18下载
- 积分:1