?? support.h
字號:
// Module: support.h
//
// Description:
// This file contains function prototypes for the support
// routines found in support.cpp.
//
// Compile:
// See mcastatm.cpp
//
// Usage:
// See mcastatm.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 );
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -