代码搜索:DeviceIoControl
找到约 574 项符合「DeviceIoControl」的源代码
代码结果 574
www.eeworm.com/read/171483/5394303
c load.c
/*
driver loader is used to install the driver via service manager
it also sends some commands to driver
usage is simple: load driver_name driver_display_name path
you can use loadhook.bat
www.eeworm.com/read/171026/5399933
c chikago.c
//////////////////////////////////////////////////////////////////////
// Chikago.c
//
// Main VxD source file.
#include "VxBuild.h"
//this header file is in INCLUDE dir. of supplied code
//
www.eeworm.com/read/171026/5400563
c chikago.c
//////////////////////////////////////////////////////////////////////
// Chikago.c
//
// Main VxD source file.
#include "VxBuild.h"
//this header file is in INCLUDE dir. of supplied code
//
www.eeworm.com/read/170988/5401778
cpp control.cpp
// Control.cpp -- IOCTL handlers for fileio driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
//////////
www.eeworm.com/read/173364/9660222
cpp krnldataclient.cpp
// KrnlDataClient.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
const char DEVICE_NAME[] = "\\\\.\\dvKrnlDataDevice";
const int LOG_BIN_NUM = 16;
char *G
www.eeworm.com/read/267358/11181785
cpp ptutils.cpp
///////////////////////////////////////
// ptutils.cpp文件
#include
#include
#include
#include
#include
#include "IOCOMMON.h"
#inclu
www.eeworm.com/read/134656/13978129
c mexhard.c
// MEXHARD.c - main module for VxD MEXHARD
#define DEVICE_MAIN
#include "mexhard.h"
#undef DEVICE_MAIN
#define MEXHARD_INP CTL_CODE(FILE_DEVICE_UNKNOWN, 1, METHOD_NEITHER, FILE_ANY_A
www.eeworm.com/read/202270/15387356
cpp control.cpp
// Control.cpp -- IOCTL handlers for fileio driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
//////////
www.eeworm.com/read/110383/15535081
txt c++ builder 访问 usb 口的方法.txt
#include
#include
#include
#include "C:/WINDDK/3790/inc/ddk/w2k/usbdi.h"
#include "C:/WINDDK/3790/inc/ddk/w2k/devioctl.h"
#include
//-------------------
www.eeworm.com/read/107810/15599368
c chikago.c
//////////////////////////////////////////////////////////////////////
// Chikago.c
//
// Main VxD source file.
#include "VxBuild.h"
//this header file is in INCLUDE dir. of supplied code
//