代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/442052/7660712
cpp driver.cpp
//
// Driver.c - Chapter 13 - Event Logging Parallel Port Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
NTSTATUS AddDevice (
IN PDRI
www.eeworm.com/read/442052/7660720
h driver.h
// Driver.h - Chapter 12
//
// Copyright (C) 2000 by Jerry Lozano
//
#pragma once
extern "C" {
#include
}
#include "Unicode.h"
enum DRIVER_STATE {Stopped, Started, Removed};
www.eeworm.com/read/442052/7660725
cpp driver.cpp
//
// Driver.c - Chapter 12 - DMA Slave Packet Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
NTSTATUS AddDevice (
IN PDRIVER_OBJECT
www.eeworm.com/read/442052/7660735
h driver.h
// Driver.h - Chapter 11
//
// Copyright (C) 2000 by Jerry Lozano
//
#pragma once
extern "C" {
#include
}
#include "Unicode.h"
enum DRIVER_STATE {Stopped, Started, Removed};
www.eeworm.com/read/442052/7660740
cpp driver.cpp
//
// Driver.c - Chapter 11 - Timer-based Parallel Port Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
NTSTATUS AddDevice (
IN PDRIVE
www.eeworm.com/read/442052/7660746
h driver.h
// Driver.h - Chapter 6
//
// Copyright (C) 2000 by Jerry Lozano
//
#pragma once
extern "C" {
#include
}
#include "Unicode.h"
typedef struct _DEVICE_EXTENSION {
PDEVICE_OBJE
www.eeworm.com/read/442052/7660752
cpp driver.cpp
//
// Driver.c - Chapter 17 - Crasher Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
static ULONG CrashPoint; // Determines where the
// driver will crash.
www.eeworm.com/read/442052/7660755
h driver.h
// Driver.h - Chapter 17
//
// Copyright (C) 2000 by Jerry Lozano
//
#pragma once
extern "C" {
#include
}
#include "Unicode.h"
enum DRIVER_STATE {Stopped, Started, Removed};
www.eeworm.com/read/442052/7660772
h 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
www.eeworm.com/read/442052/7660777
cpp 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