代码搜索结果

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

driver.c

/*********************************************************************** 文件名: Driver.c 内容: 底层驱动程序 创建人: Bob Lee 创建日期: 2005-8-12 修改日期: 2005-8-12 版本: 1.00.000 *****************************

driver.h

/*********************************************************************** 文件名: Driver.c 内容: 底层驱动程序 创建人: Bob Lee 创建日期: 2005-8-12 修改日期: 2005-8-12 版本: 1.00.000 ******************************

driver.c

/******************************************************************************* * Copyright (c) 2006 PLX Technology, Inc. * * PLX Technology Inc. licenses this software under specific terms and

driver.h

// Declarations for filter driver // Copyright (C) 1999 by Walter Oney // All rights reserved #ifndef DRIVER_H #define DRIVER_H #define DRIVERNAME "MyFileFilter(zhangfan!)" // for

driver.rc

// Resource script for SMART_CARD driver #include #include "version.h" LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL // TODO Customize the following version resource appropriately VS

driver.h

// Declarations for Smart_Card driver // Copyright (C) 1999, 2000 by Walter Oney // All rights reserved #pragma once #define DRIVERNAME "SMART_CARD" // for use in messages #define LDRIVERN

driver.c

#include #include #include "ourhdr.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* create a stream pipe to commun