usbnicdrv.h

来自「driver studio 中的例子usbnic.rar」· C头文件 代码 · 共 32 行

H
32
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?