设为首页 加入收藏

TOP

Windows Sockets 1.1应用实例(135)
2010-12-30 20:58:11 来源: 作者: 【 】 浏览:62163
Tags:Windows Sockets 1.1 应用 实例
* Copies string corresponding to the error code provided     

 * into buf, maximum length len. Returns length actually      

 * copied to buffer, or zero if error code is unknown.        

 * String resources should be present for each error code     

 * using the value of the code as the string ID (except for   

 * error = 0, which is mapped to WSABASEERR to keep it with   

 * the others). The DLL is free to use any string IDs that    

 * are less than WSABASEERR for its own use.

 *

 */

int PASCAL FAR WSAsperror (HANDLE hInst,    /* Instance Handle */

                        int errorcode,   /* WSA Error Number */

           &nbs

首页 上一页 132 133 134 135 136 137 138 下一页 尾页 135/143/143
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Windows Socket 1.1库函数概览 下一篇Windows Sockets 1.1编程

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: