driver.h
来自「This is a source code for Ethernet Drive」· C头文件 代码 · 共 45 行
H
45 行
//========================================================================// Class Name : NIC_DRIVER_OBJECT// Purpose : // Autor : Richard Chuang// Email : // Description : // Reference : // Copyright : Copyright (c) 2000-2007 Davicom Inc. All rights reserved.// -----------------------------------------------------------------------// Version : 5.0.0.0// Update : 2007-12-05// Modified : Richard Chung// Description : // Optimizations: When build in RETAIL mode, the compiler options is set to /Oxs,// : which means maximum opts.(x) and favor for code space(s).// : Option Ox stands for Ogityb1 and Gs, for more detail information,// : type CL/? at command your DOS command prompt.// -----------------------------------------------------------------------// How to use: // #ifndef __DAVICOM_DRIVER_H__#define __DAVICOM_DRIVER_H__#include "types.h"#include "stdAfx.h"#include "exception.h"#include "mutex.h"#include "queue.h"
//==============================================================================//#define DAVICOM_NIC_DRIVER_VERSION _T("5.0.0.0")//#define DAVICOM_NIC_DRIVER_RELEASE _T("2007/12/13") //YYYY/MM/DD//==============================================================================#define PRJ_NDIS_MAJOR_VERSION 4#define PRJ_NDIS_MINOR_VERSION 0#ifndef VENDOR_DESC#define VENDOR_DESC "Davicom Semiconductor, Inc"#endif
/********************************************************************************
*
* Add: ┮ΤDrivers常Τ矪瞶_WSTR
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?