provider.h
来自「这个是网络编程」· C头文件 代码 · 共 17 行
H
17 行
//
// Sample: Function prototypes for Winsock catalog support routines
//
// Files:
// provider.h - this file
//
// Description:
// This file contains the prototype for Winsock provider related
// support routines.
//
#ifndef _PROVIDER_H_
#define _PROVIDER_H_
WSAPROTOCOL_INFO *FindProtocolInfo(int af, int type, int protocol, DWORD flags);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?