代码搜索:DeviceIoControl

找到约 574 项符合「DeviceIoControl」的源代码

代码结果 574
www.eeworm.com/read/387074/8708295

cpp gprsctrldlg.cpp

// GPRSCtrlDlg.cpp : implementation file // #include "stdafx.h" #include "GPRSCtrl.h" #include "GPRSCtrlDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]
www.eeworm.com/read/426480/9018429

cpp function.cpp

#include #include #include "function.h" // DWORD ReadPort(HANDLE hDevice,DWORD port) // { // DWORD dwOutput; // DWORD dwRead; // DeviceIoControl(hDevice, IOCTL_READ
www.eeworm.com/read/426479/9018463

cpp function.cpp

#include #include #include "function.h" // DWORD ReadPort(HANDLE hDevice,DWORD port) // { // DWORD dwOutput; // DWORD dwRead; // DeviceIoControl(hDevice, IOCTL_READ
www.eeworm.com/read/167794/9952576

cpp iothread.cpp

// IOThread.cpp : implementation file // #include "stdafx.h" #include "mcds.h" #include "IOThread.h" #include "GlobalVar.h" #include "math.h" #ifdef _DEBUG #define new DEBUG_NEW #undef TH
www.eeworm.com/read/361375/10056400

c showdirall.c

#include #include #include #include "pagedirdrv.h" main() { char completeDeviceName[64] = ""; HANDLE hDevice; BOOL ret; strc
www.eeworm.com/read/361375/10056604

c myntdll.c

#include #include #include #include "extnddrv.h" typedef int NTSTATUS; int ServiceStart; __declspec(dllexport) NTSTATUS SampleService0(void) { _asm
www.eeworm.com/read/279288/10447914

cpp funfile.cpp

#include "stdafx.h" #include "ezusbsys.h" #include "winioctl.h" #include "usb100.h" #include "usbdi.h" unsigned char BulkReadData[8]; unsigned char BulkWriteData[8]; HANDLE hOpenDevice() {
www.eeworm.com/read/423869/10528642

txt 网络驱动教程.txt

楚狂人的 DriverNetworks开发网络驱动教材(0-7课) 简要说明: 这是一本您可以免费得到和自由传播的Ndis网络驱动开发的教材。以循序渐进的方式,通过大量的简单的示例代码介绍如何使用DriverrNetworks开发网络驱动。这本书由楚狂人搜集撰写。可以自由传阅修改。仅仅用于交流与学习。一部分来源于DriverNetworks帮助的翻译。一部分是楚狂人本人本人的工作经验介 ...
www.eeworm.com/read/352042/10586850

cpp function.cpp

#include #include #include "function.h" // DWORD ReadPort(HANDLE hDevice,DWORD port) // { // DWORD dwOutput; // DWORD dwRead; // DeviceIoControl(hDevice, IOCTL_READ
www.eeworm.com/read/275231/10827207

bak testapp.c.bak

/*++ Copyright (c) 1990-98 Microsoft Corporation All Rights Reserved Module Name: testapp.c Abstract: Author: Eliyas Yakub Environment: Win32 console multi-thre