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

📄 imsamp.h

📁 ndis windows网络驱动程序的范例
💻 H
字号:
/*++

Copyright (c) 1995  Microsoft Corporation

Module Name:

    ImSamp.h

Abstract:

    

Author:

    Jim Mateer 4-1-97

Revision History:

--*/

#ifndef _IMSAMP_ 
#define _IMSAMP_ 
#include <ndis.h>
#include <ntddndis.h>

#if !BINARY_COMPATIBLE
#include <tdikrnl.h>
#endif


#include "osdep.h"
#include "debug.h"      // order dependent
#include "globals.h"
#include "evtmsg.h"
#include "adapter.h"
#include "ndisreq.h"
#include "send.h"
#include "recv.h"
#include "config.h"
#include "status.h"
#include "wdmsup.h"
#include "pstub.h"

#endif /* _IMSAMP_ */

/* end ImSamp.h */

⌨️ 快捷键说明

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