代码搜索:DeviceIOControl
找到约 574 项符合「DeviceIOControl」的源代码
代码结果 574
www.eeworm.com/read/129104/5975124
cpp msgmon.cpp
/////////////////////////////////
// Main source file for MSGMON.VxD
// FileName: MsgMon.cpp - created by VxDWriter
// Copyright (c) 1997 by Somnath Kundu. All Rights Reserved.
#include
www.eeworm.com/read/129104/5975132
cpp fcrypt.cpp
/////////////////////////////////
// Main source file for FCRYPT.VxD
// FileName: FCRYPT.c - created by VxDWriter
// Copyright (c) 1997 by Somnath Kundu. All Rights Reserved.
#include
www.eeworm.com/read/165510/6286567
txt 新建 文本文档 (2).txt
我们学习程序设计,都是从“Hello World”开始的,驱动程序也不例外,今天我就写一个驱动版的“Hello World”来热热身,目的希望大家能对驱动程序的基本框架有所了解。
驱动程序分为2类,一个是Kernel模式驱动,另一个是Windows模式驱动,2种模式本质是相同,但细节不同,本文介绍的是内核模式驱动和驱动程序的安装、使用。
驱动程序同普通的EXE,DLL一样,都属 ...
www.eeworm.com/read/494464/6376743
cpp openbyintf.cpp
// OpenByIntf.cpp - open device by device interface
// Copyright (c) 1998 Compuware Corporation
#define NOCRYPT // prevent attempt to include missing files
#define _INC_EXCPT // prevent excpt.
www.eeworm.com/read/407431/11419585
txt 213.txt
#include
#include
#define IOCTL_SETPROC (ULONG)CTL_CODE(FILE_DEVICE_UNKNOWN, 0x852, METHOD_NEITHER, FILE_READ_DATA | FILE_WRITE_DATA )
NTSTATUS DisPatchCreateClose(PDEV
www.eeworm.com/read/150622/12280022
cpp test_xxgdrv.cpp
// Test_XXGDrv.cpp
//
// Generated by DriverWizard version DriverStudio 2.6.0 (Build 336)
//
// This console application demonstrates how to open a handle
// to a device in your driver, and commu
www.eeworm.com/read/153248/5652190
asm kbdgarland.asm
;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
;
; Written by Four-F (four-f@mail.ru)
;
;::::::::::::::::::::::::::::::::::::::::::::::::::::
www.eeworm.com/read/475649/6775234
cpp mty.cpp
// mty.cpp : implementation file
//
#include "stdafx.h"
#include "pctest.h"
#include "mty.h"
#include "adc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/475649/6775259
cpp mos.cpp
// mos.cpp : implementation file
//
#include "stdafx.h"
#include "pctest.h"
#include "mos.h"
#include "adc.h"
#include "address.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static