udpecho.h

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

H
42
字号
/////////////////////////////////////////////////////////////////////////////
//// INCLUDE FILES

#ifndef __UDPECHO_H__
#define __UDPECHO_H__

#include   "KSUtil.h"

// Copyright And Configuration Management ----------------------------------
//
//          Header For TDI UDP Echo Server Implementation - UDPEcho.H
//
//                     Network Development Framework (NDF)
//                                    For
//                          Windows 95 And Windows NT
//
//      Copyright (c) 1997-2000, Printing Communications Associates, Inc.
//
//                             Thomas F. Divine
//                           4201 Brunswick Court
//                        Smyrna, Georgia 30080 USA
//                              (770) 432-4580
//                            tdivine@pcausa.com
// 
// End ---------------------------------------------------------------------


#ifdef __cplusplus
extern "C" {
#endif

NTSTATUS UDPS_Startup( PDEVICE_OBJECT pDeviceObject );
VOID UDPS_Shutdown( PDEVICE_OBJECT pDeviceObject );

#ifdef __cplusplus
}
#endif


#endif // __UDPECHO_H__

⌨️ 快捷键说明

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