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

📄 pstub.h

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

Copyright (c) 1995  Microsoft Corporation

Module Name:

    pstub.h

Abstract:

    defines for protocol stub routines

Author:

    Jim Mateer 4-1-97

Revision History:

--*/

#ifndef _PSTUB_
#define _PSTUB_

/*
Routine Description:

    Completion routine for NdisReset
Arguments:

    See the DDK...

Return Values:

    None

--*/

VOID
CLResetComplete(
    IN  NDIS_HANDLE ProtocolBindingContext,
    IN  NDIS_STATUS Status
    );

/* End Prototypes */

#endif /* _PSTUB_ */

/* end pstub.h */

⌨️ 快捷键说明

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