资源简介
一个启用和禁用设备的例子,该代码展示了禁用和启用USB设备的功能。如果需要禁用软驱和光驱,需要修改相应的参数。-Enable and disable a device example, the code to display the disable and enable USB devices. If you need to disable the floppy drive and optical disk drive, a need to amend the corresponding parameters.
代码片段和文件信息
// ControlDevice.cpp : 定义应用程序的入口点。
//
#include “stdafx.h“
#include “ControlDevice.h“
#define MAX_LOADSTRING 100
// 全局变量:
HINSTANCE hInst; // 当前实例
TCHAR sztitle[MAX_LOADSTRING]; // 标题栏文本
TCHAR szWindowClass[MAX_LOADSTRING]; // 主窗口类名
// 此代码模块中包含的函数的前向声明:
ATOM MyRegisterClass(HINSTANCE hInstance);
BOOL InitInstance(HINSTANCE int);
LRESULT CALLBACK WndProc(HWND UINT WPARAM LPARAM);
LRESULT CALLBACK About(HWND UINT WPARAM LPARAM);
//steven 070822 add
// 必要的头文件和要链接的lib文件
#include
#include
#pragma comment(lib “setupapi.lib“)
#pragma comment(lib “shlwapi.lib“)
#pragma comment(lib “rpcrt4.lib“)
// device information set(我把它译为设备信息集)
/*hdevinfo*/HDEVINFO devInfo = NULL;
bool controldisk(int nstatus int nindex)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2007-08-22 13:41 ControlDevice
目录 0 2007-08-22 13:41 ControlDevice\ControlDevice
文件 4156 2007-08-22 15:54 ControlDevice\ControlDevice\ControlDevice.vcproj
文件 1667 2007-08-22 13:41 ControlDevice\ControlDevice\ReadMe.txt
文件 365 2007-08-22 13:41 ControlDevice\ControlDevice\stdafx.h
文件 217 2007-08-22 13:41 ControlDevice\ControlDevice\stdafx.cpp
文件 8893 2007-08-29 13:21 ControlDevice\ControlDevice\ControlDevice.cpp
文件 37 2007-08-22 16:25 ControlDevice\ControlDevice\ControlDevice.h
文件 23558 2003-04-07 21:16 ControlDevice\ControlDevice\small.ico
文件 23558 2003-04-07 21:16 ControlDevice\ControlDevice\ControlDevice.ico
目录 0 2007-08-22 13:43 ControlDevice\ControlDevice\Debug
文件 1087 2007-08-22 16:12 ControlDevice\ControlDevice\Resource.h
文件 52040 2007-08-22 16:12 ControlDevice\ControlDevice\ControlDevice.aps
文件 3334 2007-08-22 16:12 ControlDevice\ControlDevice\ControlDevice.rc
文件 44032 2007-10-24 08:31 ControlDevice\ControlDevice.ncb
文件 929 2007-08-22 13:41 ControlDevice\ControlDevice.sln
..A..H. 9216 2007-10-24 08:31 ControlDevice\ControlDevice.suo
文件 218 2007-06-05 03:14 www.pudn.com.txt
----------- --------- ---------- ----- ----
173307 18
- 上一篇:vc+ado在数据库中保存及显示图像
- 下一篇:库存管理系统源代码C++
相关资源
- OSEKVCX汽车电子嵌入式软件编程技术
- tftpd32 源代码VC
- VC6桌面录像
- VC++图片控件(Picture Control)显示资源
- C++实战源码-播放VCD
- C++实战源码-在VC中如何进行远程调试
- VC _GDI 编程详解.pdf
- ksj转opencv(USB相机图像数据转OPENCV)
- vc++车牌识别源程序
- VC++截屏,并截屏图像旋转(简单)
- 在VC中调用中文Lua的
- VC 多线程工具开源代码
- C++ MFC调用Javascrip函数
- vc++的餐厅前后台点餐软件
- vc客户端通过HTTP的POST方式传送文件到
- usb3.0 msc
- vc读数据库2
- C# 禁止运行注册表(附启用)
- VC++基于SOCKET的简易网络聊天室
- STM32F103VCT6+ENC28J60(SPI2)基于uip的Mo
- STM32F1的USB键盘鼠标使用HAL库
- 上位机通过usb控制下位机上位机通过
- c++ list control导入导出Excel数据
- VC++超市进销存管理系统 用的是Acces
- VC6.0实现进程控制与通信
- VC++演示GETPOST发送请求的HTTP客户端
- VC Socket GETPOST发送HTTP请求
- Vc++服务器接受数据,发送数据
- VC++学习范例(VC++范例大全)
- VC++电力规约调试工具源码IEC104\\IEC1
评论
共有 条评论