-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1
-
//在mscrm 3.0 的设置/自定义中,在一个实体的“表单属性”中的onload里编码
//获得这个当前用户的安全角色...
//在mscrm 3.0 的设置/自定义中,在一个实体的“表单属性”中的onload里编码
//获得这个当前用户的安全角色
- 2022-01-21 20:17:07下载
- 积分:1
-
它是一个套接字服务器。它接受来自客户端的连接和打印的连接…
It is a socket server. It accepts a connection from client and prints on the console a message that client writes
- 2022-08-26 11:57:19下载
- 积分:1
-
五子棋代码 使用MFC开发 利用网络协议 可以聊天
五子棋代码 使用MFC开发 利用网络协议 可以聊天-331 MFC code developed using the Internet protocol Chat
- 2022-10-08 23:55:03下载
- 积分:1
-
获取网上邻居 IP地址和计算机名之间的转换 映射网络驱动器
获取网上邻居 IP地址和计算机名之间的转换 映射网络驱动器-access online neighbors IP address and the computer name of the conversion between mapping network drives
- 2022-05-29 00:46:39下载
- 积分:1
-
线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序...
线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序-threading tools can use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewall
- 2023-06-07 16:25:02下载
- 积分:1
-
本文介绍五种查询Internet连接状态[含IP]的方法。是开发实时通信软件的重要参考文献...
本文介绍五种查询Internet连接状态[含IP]的方法。是开发实时通信软件的重要参考文献-This article describes the five kinds of Internet connection status inquiry [with IP] method. Is to develop real-time communication software, an important reference
- 2022-03-21 09:25:31下载
- 积分:1
-
这是我用VB编写的
这是我用VB编写的-This is my prepared by the VB
- 2023-01-15 16:30:04下载
- 积分:1
-
indy 控件的源码 indy 控件的源码
indy 控件的源码 indy 控件的源码-indy control source control source indy
- 2022-01-25 15:53:28下载
- 积分:1
-
国外的一个IRCBOT
国外的一个IRCBOT-YaBot原代码
- 2022-12-20 08:25:03下载
- 积分:1