代码搜索:DeviceIoControl
找到约 574 项符合「DeviceIoControl」的源代码
代码结果 574
www.eeworm.com/read/133596/5904173
cpp control.cpp
// Control.cpp -- IOCTL handlers for evwait driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
//////////////////
www.eeworm.com/read/102995/6224550
cpp control.cpp
// Control.cpp -- IOCTL handlers for evwait driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
//////////////////
www.eeworm.com/read/410201/11298731
c fdoioctl.c
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: ioctl.c
//
//--
www.eeworm.com/read/150694/12271273
cpp devctrl.cpp
#include "vcp4usb.h"
#include "ntddser.h"
VOID ReportEvent(IN PVCP4USB_DEVICE_EXTENSION dx, IN ULONG events)
{
PIRP pOldWaitIrp = NULL;
PDRIVER_CANCEL pOldCancelRoutine;
www.eeworm.com/read/225664/14526904
c iorw.c
// iorw.c
//
// Generated by C DriverWizard 3.1.0 (Build 1722)
// Requires DDK Only
// File created on 7/11/2007
//
#include "pch.h"
#include "..\intrface.h"
#ifdef CHARSAMPLE_DDK_WMI_TRACE
www.eeworm.com/read/115774/15001831
txt lc_bcb_68.txt
读磁片磁区
读磁片磁区
一、以前的DOS版要读、写、格式化第0轨的第1个磁区,程式大致如下:
char buffer[512];
reg.x.dx=0 ; /* for drive A *
reg.x.cx=0x0001 /* for
boot sector */
reg.x.bx=FP_OFF(buffer);
sreg.es=FP_SEG(buffer);
www.eeworm.com/read/170988/5401348
cpp control.cpp
// Control.cpp -- IOCTL handlers for notify driver
// Copyright (C) 1999, 2000 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#include "ioctls.h"
////
www.eeworm.com/read/475649/6775266
cpp buj.cpp
// buj.cpp : implementation file
//
#include "stdafx.h"
#include "pctest.h"
#include "buj.h"
#include "address.h"
#include "adc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/204512/15337410
cpp devctrl.cpp
#include "vcp4usb.h"
#include "ntddser.h"
VOID ReportEvent(IN PVCP4USB_DEVICE_EXTENSION dx, IN ULONG events)
{
PIRP pOldWaitIrp = NULL;
PDRIVER_CANCEL pOldCancelRoutine;
www.eeworm.com/read/168093/9939853
cpp usb.cpp
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
#pragma