Windows Store 完全重新定义了网络方面的 API,原来的 WSA 套接字 API,以及 C 风格的套接字 API 都没有了。作为代替,增加了 Windows Runtime 组件 Windows::Networking。
重新实现套接字 API,首先需要补充:
- 枚举值
- 结构体
- 辅助宏
Windows Store 完全重新定义了网络方面的 API,原来的 WSA 套接字 API,以及 C 风格的套接字 API 都没有了。作为代替,增加了 Windows Runtime 组件 Windows::Networking。
重新实现套接字 API,首先需要补充: