support.h
来自「《Windows网络编程技术》附书源码源码. 运行环境:9x/Me/NT/200」· C头文件 代码 · 共 14 行
H
14 行
// Module: support.h
//
// Description:
// This file contains function prototypes for the support
// routines found in support.c.
//
#include <winsock2.h>
#include <ws2atm.h>
int GetNumATMInterfaces(SOCKET s);
BOOL GetATMAddress(SOCKET s, int device, ATM_ADDRESS *atmaddr);
BOOL FindProtocol(WSAPROTOCOL_INFO *lpProto);
void AtoH( CHAR *szDest, CHAR *szSource, INT iCount );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?