代码搜索:DeviceIoControl

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

代码结果 574
www.eeworm.com/read/131959/14118263

asm vxdloader.asm

.386 .model flat,stdcall include windows.inc include kernel32.inc includelib kernel32.lib include user32.inc includelib user32.lib .data AppName db "DeviceIoControl",0 VxDName db "\\.\shellms
www.eeworm.com/read/211176/15185444

cpp test_powersleep.cpp

// Test_PowerSleep.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 c
www.eeworm.com/read/170988/5401219

asm devctrl.asm

; DevCtrl.asm -- Device control procedure for PNPMON.VXD ; Copyright (C) 1997 by Walter Oney ; All rights reserved .586p include vmm.inc include debug.inc VxD_LOCKED_DATA_SEG didinit
www.eeworm.com/read/170988/5401261

cpp control.cpp

// Control.cpp -- IOCTL handlers for usbint driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" //////////
www.eeworm.com/read/170988/5401330

cpp control.cpp

// Control.cpp -- IOCTL handlers for usb42 driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" ///////////
www.eeworm.com/read/475649/6775256

cpp pcoutdata.cpp

// pcoutdata.cpp : implementation file // #include "stdafx.h" #include "pctest.h" #include "pcoutdata.h" #include "adc.h" #include "address.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THI
www.eeworm.com/read/475649/6775279

cpp addc.cpp

#include "stdafx.h" #include "pctest.h" #include "ADdc.h" #include "address.h" #include "adc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif
www.eeworm.com/read/473567/6846340

cpp albondkeyboard.cpp

extern "C" { #include #include } #define IOCTL_IO_CONTROL CTL_CODE(FILE_DEVICE_UNKNOWN, 0x800, METHOD_BUFFERED, FILE_READ_DATA | FILE_WRITE_DATA) #define IOCTL2_IO_CONTR
www.eeworm.com/read/174498/9585666

cpp testskmondlg.cpp

// TestSkMonDlg.cpp : implementation file // #include "stdafx.h" #include "TestSkMon.h" #include "TestSkMonDlg.h" #include #include "..\\SkMontor\\SkMon_ioctl.h" #include "ps
www.eeworm.com/read/269637/11085230

cpp hwreadwrite.cpp

#include "StdAfx.h" #include "driverinstall.h" //#include "ntddk.h" #include #include ".\hwreadwrite.h" CHwReadWrite::CHwReadWrite(void) { m_hDevice = INVALID_HANDLE_VALUE