博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Windows网络接口API函数
阅读量:6118 次
发布时间:2019-06-21

本文共 1221 字,大约阅读时间需要 4 分钟。

Windows提供了一套非常轻量级的网络函数,方便进行网络应用开发,整理出来供参考使用。

The following functions are used in Windows networking:

Obsolete Functions

The following function is provided only for compatibility with 16-bit versions of Windows:

 

windows提供了大量的网络辅助函数,如下也为探讨内容:

 

IP Helper Functions

 

The following functions retrieve and modify configuration settings for the TCP/IP transport on the local computer. The following categorical listing can help determine which collection of functions is best suited for a given task:

Adapter Management

Address Resolution Protocol (ARP) Management

Interface Conversion

Interface Management

Internet Protocol (IP) and Internet Control Message Protocol (ICMP)

IP Address Management

IP Address String Conversion

IP Neighbor Address Management

IP Path Management

IP Route Management

IP Table Memory Management

IP Utility

Network Configuration

Notification

Persistent Port Reservarion

Security Health

These functions are defined only on Windows Server 2003.

Note  These functions are not available Windows Vista and Windows Server 2008.

Teredo IPv6 Client Management

Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)

Deprecated APIs

Note  These functions are deprecated and not supported by Microsoft.

 

 

转载地址:http://wglka.baihongyu.com/

你可能感兴趣的文章
ExecutorService invokeAll 实例(转)
查看>>
Atitit.常见的4gl 第四代编程语言 与 dsl
查看>>
Atitit.研发管理---api版本号策略与版本控制
查看>>
开源 免费 java CMS - FreeCMS2.1 会员站内信
查看>>
linux下安装Apache(https) 服务器证书安装配置指南
查看>>
[Algorithm & NLP] 文本深度表示模型——word2vec&doc2vec词向量模型
查看>>
网页编码就是那点事
查看>>
cf633F. The Chocolate Spree(树形dp)
查看>>
Linux Makefile 生成 *.d 依赖文件及 gcc -M -MF -MP 等相关选项说明【转】
查看>>
Centos7升级gcc版本方法之一使用scl软件集
查看>>
spark常见异常汇总
查看>>
react-router-dom Link search 传参
查看>>
uni-app 生命周期
查看>>
SpringBoot系列: Spring项目异常处理最佳实践
查看>>
bootstraptable toolbar
查看>>
Quartz.Net进阶之四:CronTrigger 详述
查看>>
从零学习Fluter(九):正式使用flutter进入商业开发
查看>>
转sql server新增、修改字段语句(整理)
查看>>
Asp.Net Core 轻松学-正确使用分布式缓存
查看>>
Unicode与中文转换工具类方法(转)
查看>>