代码搜索:DeviceIoControl

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

代码结果 574
www.eeworm.com/read/434102/7888574

c ioctl.c

/* * UNIMODEM "Fakemodem" controllerless driver illustrative example * * (C) 2000 Microsoft Corporation * All Rights Reserved * */ #include "fakemodem.h" NTSTATUS FakeModemIoControl
www.eeworm.com/read/297560/8010556

txt 详述c++语言的vxd与外界通讯的所有接口.txt

 一.什么是VxD?   从多任务操作系统Windows 3.1起,计算机中的任一物理设备x可同时被基于Dos或Windows的多个进程使用,这种一对多的关系称为"设备虚拟化",各进程通过运行在核心层的VxD(虚拟x设备驱动程序)存取物理设备x.操作系统提供给用户的软件服务也可以用VxD实现.计算机中的其它资源,如CPU,内存等也可同时被多个进程使用,各进程在系统提供的虚拟机(VM)环境下存 ...
www.eeworm.com/read/325084/13228149

c hideme.c

// HideMe // Copyright Ric Vieler, 2006 // Send a hide command to MyDeviceDriver // and wait for operator to stop the process #include #include #include #include
www.eeworm.com/read/325084/13228154

c controller.c

// Controller // Copyright Ric Vieler, 2006 // Send an on/off command to MyDeviceDriver #include #include #include #include "IoManager.h" void main(int argc, char
www.eeworm.com/read/137947/13277075

cpp rbutton.cpp

/* Windows program. 校准屏幕 */ #include #include #include "client.h" #include "resource.h" //常数定义 #define MAX_STRING 124 #define TEXT_WIDTH 100 #define TEXT_HEIGHT 50 #
www.eeworm.com/read/136702/13365136

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/315177/13549192

c mount.c

/* Copyright 2006-2008, V. For contact information, see http://winaoe.org/ This file is part of WinAoE. WinAoE is free software: you can redistribute it and/or modify it under the t
www.eeworm.com/read/308687/13696067

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/150503/5691791

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\ioctls.
www.eeworm.com/read/150503/5691823

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\ioctls.