代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/231325/14238885
cpp driver.cpp
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:35 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
www.eeworm.com/read/231325/14238894
cpp driver.cpp
//
// Driver.c - Chapter 8 - Parallel Port Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
static NTSTATUS CreateDevice (
IN PDRIVER_OB
www.eeworm.com/read/231324/14238909
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/231324/14238923
h driver.h
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:30 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
www.eeworm.com/read/231324/14238927
cpp driver.cpp
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:29 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
www.eeworm.com/read/231324/14238931
cpp driver.cpp
//
// Driver.c - Chapter 7 - Loopback Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
static NTSTATUS CreateDevice (
IN PDRIVER_OBJECT
www.eeworm.com/read/231323/14238947
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/231323/14238961
h driver.h
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:26 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
www.eeworm.com/read/231323/14238967
cpp driver.cpp
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:25 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
www.eeworm.com/read/231323/14238971
cpp driver.cpp
//
// Driver.c - Chapter 6 - Minimal Driver
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
static NTSTATUS CreateDevice (
IN PDRIVER_OBJECT p