tcpsend.h

来自「网络驱动开发」· C头文件 代码 · 共 32 行

H
32
字号
/////////////////////////////////////////////////////////////////////////////
//// INCLUDE FILES

#ifndef __TCPSEND_H__
#define __TCPSEND_H__

// Copyright And Configuration Management ----------------------------------
//
//           Header For TCP Send Function Filters - TCPSend.h
//         Transport Data Interface (TDI) Filter For Windows NT
//
//       Copyright (c) 2000 Printing Communications Associates, Inc.
//                               - PCAUSA -
//
//                             Thomas F. Divine
//                           4201 Brunswick Court
//                        Smyrna, Georgia 30080 USA
//                              (770) 432-4580
//                            tdivine@pcausa.com
//
// End ---------------------------------------------------------------------

NTSTATUS
TDIH_TdiSend(
   PTDIH_DeviceExtension   pTDIH_DeviceExtension,
   PIRP                    Irp,
   PIO_STACK_LOCATION      IrpSp
   );

#endif // __TCPSEND_H__

⌨️ 快捷键说明

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