support.h

来自「这个是网络编程」· C头文件 代码 · 共 24 行

H
24
字号
//
// Sample: Definition for common ATM routines
// 
// Files:
//      support.h       - this file
//      
// Description:
//      This file contains the definitions for the common ATM address
//      routines contained in support.cpp.
//      
// Compile:
//      See atmaddr.cpp
//
// Usage:
//      See atmaddr.cpp
//
#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 + -
显示快捷键?