代码搜索:DeviceIoControl
找到约 574 项符合「DeviceIoControl」的源代码
代码结果 574
www.eeworm.com/read/102995/6224366
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/102995/6224615
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/102995/6224684
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/469205/6290726
h device.h
#ifndef __DEVICE_H__
#define __DEVICE_H__
class CDevice
{
protected:
int m_nOpened;
public:
virtual int DeviceIoControl(int nCtrlCode, void* pInput, void* pOutput) = 0;
virtual int Open
www.eeworm.com/read/410700/11271323
cpp mfcappdlg.cpp
// MFCAppDlg.cpp : implementation file
//
#include "stdAfx.h"
#include "MFCApp.h"
#include "MFCAppDlg.h"
#include
#include
#include "ForUsbioctl.h"
#include "For
www.eeworm.com/read/410201/11298747
c pdoioctl.c
/*++
Copyright (C) Microsoft Corporation, 1998 - 1999
File Name:
ioctl.c
Contained in Module:
parallel.sys
Abstract:
This file contains functions associated with ParCl
www.eeworm.com/read/406404/11443523
cpp ddispy.cpp
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//
www.eeworm.com/read/346032/11773479
c dispatch.c
// Programmer:桂凯 西安电子科技大学
//
// email:wwwguikai@21cn.com
// All right reserved
#include
#include
#include
#include
NTSTATUS
MainD
www.eeworm.com/read/151127/12233762
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/151124/12233962
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"
///////////////////