⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 provider.h

📁 这个是网络编程
💻 H
字号:
//
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -