📄 wdmvnicdrv.h
字号:
//////////////////////////////////////////////////////////////////////
// WdmVNICDrv.h
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
// Nashua, NH 03060 USA
//
// Copyright (c) 2001 Compuware Corporation. All Rights Reserved.
// Unpublished - rights reserved under the Copyright laws of the
// United States.
//
//=============================================================================
//
// Generated by DriverNetworks Wizard on Friday, June 02, 2000
//
#ifndef _WdmVNICDrv_h
#define _WdmVNICDrv_h
#include <kndis.h>
//////////////////////////////////////////////////////////////////////
// WdmVNICDriver Declaration
class WdmVNICDriver : protected KNdisMiniDriver
{
protected:
// must implement the entry point
NTSTATUS DriverEntry(IN PVOID RegistryPath);
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -