imsamp.h
来自「ndis windows网络驱动程序的范例」· C头文件 代码 · 共 47 行
H
47 行
/*++
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 + =
减小字号Ctrl + -
显示快捷键?