代码搜索结果

找到约 10,000 项符合 Driver 的代码

driver.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////

driver.h

// Declarations for LoadEz driver // Copyright (C) 1999, 2000 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #include "generic.h" #define DRIVERNAME "LoadEZ > " /

driver.rc

// Resource script for PCIConf driver // Generated by Walt Oney's driver wizard #include LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL // TODO Customize the following version resource

driver.h

// Declarations for PCIConf driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #define DRIVERNAME "PCICONF" // for use in messages #defin

driver.h

#ifndef _DRIVER_H_ #define _DRIVER_H_ /* ************************************************************* * 用于定义各种设备 以及和设备有关的参数 * 目前主要是LCD 以后加入串口等 * * 作者: 李强 (mail2li@21cn.com or mail2li@163.c

driver.h

// Driver.h - Chapter 9 // // Copyright (C) 2000 by Jerry Lozano // #pragma once extern "C" { #include } #include "Unicode.h" enum DRIVER_STATE {Stopped, Started, Removed}; t

driver.cpp

// // Driver.c - Chapter 9 - Minimal PnP Parallel Port Driver // // Copyright (C) 2000 by Jerry Lozano // #include "Driver.h" // Forward declarations // NTSTATUS AddDevice ( IN PDRIVER

driver.h

/******************************************************************************** * * $Id: driver.h,v 2.0.4.2 2002/12/24 07:56:36 dvi175 Exp $ * * File: Driver.h * * Optimizations: * When buil