代码搜索结果
找到约 10,000 项符合
Driver 的代码
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
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.h
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:42 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
driver.cpp
vti_encoding:SR|utf8-nl
vti_author:SR|Carol
vti_timecreated:TR|26 Oct 2000 23:08:42 -0500
vti_modifiedby:SR|Carol
vti_backlinkinfo:VX|
vti_extenderversion:SR|3.0.2.926
vti_timelastmodified:TR|26
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.java
package id3;
import shared.*;
/* Driver class, used to create,initialize,run inducers */
/** Basic Driver class used to interface the ID3Inducer.
* @author James Louis Created implementation.
driver.asp
磁盘驱动器浏览器
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
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