⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dev.h

📁 并口控制、调试工具
💻 H
字号:
#include "stdafx.h"
#include <windows.h>
#include <winioctl.h>
#include "GPIOCTL.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif


class  dev:  public CObject
{
 public:
bool IsInitialized = false;
char szDriverPath[MAX_PATH];
bool GetDriverPath();
bool  StartDriver();
bool  Initialize();
bool StopDriver();
bool  RemoveDriver();
bool  InstallDriver(PSTR pszDriverPath, bool   IsDemandLoaded);
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -