资源简介
包含WinIo32.dll、WinIo32.sys、WinIo64.dll、WinIo64.sys
代码片段和文件信息
// ---------------------------------------------------- //
// WinIo v3.0 //
// Direct Hardware Access Under Windows //
// Copyright 1998-2010 Yariv Kaplan //
// http://www.internals.com //
// ---------------------------------------------------- //
#include
#include “winio.h“
bool _stdcall InstallWinIoDriver(PWSTR pszWinIoDriverPath bool IsDemandLoaded)
{
SC_HANDLE hSCManager;
SC_HANDLE hService;
// Remove any previous instance of the driver
RemoveWinIoDriver();
hSCManager = OpenSCManager(NULL NULL SC_MANAGER_ALL_ACCESS);
if (hSCManager)
{
// Install the driver
hService = CreateService(hSCManager
L“WINIO“
L“WINIO“
SERVICE_ALL_
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-05-12 11:26 WinIo\
目录 0 2010-05-12 11:26 WinIo\Binaries\
文件 13312 2010-05-15 22:54 WinIo\Binaries\DumpPhys.exe
文件 13312 2010-05-15 23:34 WinIo\Binaries\DumpPort.exe
文件 45568 2010-05-15 23:56 WinIo\Binaries\WinIo32.dll
文件 6656 2010-05-08 23:16 WinIo\Binaries\WinIo32.sys
文件 44544 2010-05-15 23:56 WinIo\Binaries\WinIo64.dll
文件 10920 2010-05-08 23:46 WinIo\Binaries\WinIo64.sys
目录 0 2010-05-12 11:26 WinIo\Help\
文件 60620 2010-01-19 02:40 WinIo\Help\WinIo.chm
目录 0 2010-05-12 11:26 WinIo\Samples\
目录 0 2010-05-16 00:15 WinIo\Samples\DumpPhys\
目录 0 2010-05-16 00:12 WinIo\Samples\DumpPhys\DumpPhys\
文件 1268 2010-05-16 00:08 WinIo\Samples\DumpPhys\DumpPhys.sln
文件 24576 2010-05-16 00:09 WinIo\Samples\DumpPhys\DumpPhys.suo
文件 5879 2010-05-16 00:08 WinIo\Samples\DumpPhys\DumpPhys\DumpPhys.csproj
文件 389 2009-07-23 02:24 WinIo\Samples\DumpPhys\DumpPhys\DumpPhys.manifest
文件 5801 2010-01-04 00:38 WinIo\Samples\DumpPhys\DumpPhys\Form1.cs
文件 7705 2010-01-03 22:51 WinIo\Samples\DumpPhys\DumpPhys\Form1.Designer.cs
文件 5814 2010-01-03 22:51 WinIo\Samples\DumpPhys\DumpPhys\Form1.resx
文件 475 2010-01-03 01:53 WinIo\Samples\DumpPhys\DumpPhys\Program.cs
目录 0 2010-05-12 11:26 WinIo\Samples\DumpPhys\DumpPhys\Properties\
文件 1293 2010-01-15 02:10 WinIo\Samples\DumpPhys\DumpPhys\Properties\AssemblyInfo.cs
文件 2843 2010-05-15 22:52 WinIo\Samples\DumpPhys\DumpPhys\Properties\Resources.Designer.cs
文件 5612 2010-01-02 23:16 WinIo\Samples\DumpPhys\DumpPhys\Properties\Resources.resx
文件 1089 2010-05-15 22:52 WinIo\Samples\DumpPhys\DumpPhys\Properties\Settings.Designer.cs
文件 249 2010-01-02 23:16 WinIo\Samples\DumpPhys\DumpPhys\Properties\Settings.settings
目录 0 2010-05-16 00:15 WinIo\Samples\DumpPort\
目录 0 2010-05-16 00:12 WinIo\Samples\DumpPort\DumpPort\
文件 1268 2010-05-16 00:09 WinIo\Samples\DumpPort\DumpPort.sln
文件 13824 2010-05-16 00:12 WinIo\Samples\DumpPort\DumpPort.suo
............此处省略33个文件信息
- 上一篇:校园二手交易市场的设计与实现
- 下一篇:视频监控系统USB摄像头C#
评论
共有 条评论