pstub.h

来自「ndis windows网络驱动程序的范例」· C头文件 代码 · 共 49 行

H
49
字号
/*++

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