📄 driver.h
字号:
//========================================================================// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -