⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usbnicdrv.h

📁 driver studio 中的例子usbnic.rar
💻 H
字号:
// USBNICDrv.h 
//
// Generated by DriverNetworks Wizard 
//====================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
// Nashua, NH 03060  USA
//
// Copyright (c) 2002 Compuware Corporation. All Rights Reserved.
// Unpublished - rights reserved under the Copyright laws of the
// United States.
//
//====================================================================

#ifndef _USBNICDrv_h	
#define _USBNICDrv_h

#include	<kndis.h>

//////////////////////////////////////////////////////////////////////
// USBNICDriver	Declaration
class USBNICDriver : public KNdisMiniDriver
{
protected:
	// must implement the entry point
	NTSTATUS DriverEntry(IN PVOID RegistryPath);

};

#endif 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -