代码搜索:DeviceIOControl
找到约 574 项符合「DeviceIOControl」的源代码
代码结果 574
www.eeworm.com/read/115774/15001677
txt lc_bcb_89.txt
虚拟设备驱动程序的设计与实现
虚拟设备驱动程序的设计与实现
由于Windows对系统底层操作采取了屏蔽的策略,因而对用户而言,系统变得更为安全,但这却给众多的硬件或者系统软件开发人员带来了不小的困难,因为只要应用中涉及到底层的操作,开发人员就不得不深入到Windows的内核去编写属于系统级的虚拟设备驱动程序。Win
98与Win 95设备驱动程序的机理不尽相同,Win 98不仅支持 ...
www.eeworm.com/read/209275/15223974
cpp helloapp.cpp
// helloapp.cpp - test app for simple WDM example
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
//
www.eeworm.com/read/209275/15224036
cpp vbuscon.cpp
// vbuscon.cpp
//
// Generated by DriverWizard version DriverStudio 2.7.0 (Build 554)
//
// This console application demonstrates how to open a handle
// to a device in your driver, and communica
www.eeworm.com/read/170988/5401087
cpp addonsim.cpp
// addonsim.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\s
www.eeworm.com/read/170988/5401272
cpp test.cpp
// test.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\i
www.eeworm.com/read/170988/5401321
cpp test.cpp
// test.cpp : Defines the entry point for the console application.
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\i
www.eeworm.com/read/170988/5401339
cpp test.cpp
// Test.cpp -- Test program for USB42.SYS
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\ioctls.h"
int main(in
www.eeworm.com/read/170988/5401791
cpp test.cpp
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stdafx.h"
#include
#include "..\sys\ioctls.h"
int main(int argc, char* argv[])
{ // main
www.eeworm.com/read/155772/5618995
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/154623/5635262
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