?? rt8139.h
字號:
//***********************************************************************/
// Author : Garry
// Original Date : Sep,02 2005
// Module Name : RT8139.H
// Module Funciton :
// This file is a hardware driver source file.
// It contains types definition for RealTek 8139 series network
// interface card's.
//
// Last modified Author :
// Last modified Date :
// Last modified Content :
// 1.
// 2.
// Lines number :
//***********************************************************************/
#ifndef __RT8139_H__
#define __RT8139_H__
#endif
#define VENDOR_ID 0x10EC
#define DEVICE_ID 0x8139
BOOL DriverEntry(__DRIVER_OBJECT*,__RESOURCE*);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -