-
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
-
VC_programming_bitmap_transparent_brush_code
VC编程实现位图透明画刷经典代码VC programming bitmap transparent brush classic code
(VC programming bitmap transparent brush classic code
)
- 2010-09-09 11:50:08下载
- 积分:1
-
MPC860COD05
MPC860 scc demo code
- 2006-10-10 19:58:36下载
- 积分:1
-
(ebook)-ASP
In early 1996 Microsoft had a fi rst stab at improving the situation by
including the Internet Server Application Programming Interface (ISAPI) tech-
nology as part of Internet Information Server. ISAPI is an extension to the
Windows Win32 API. It was developed as a way to create Web server software
that interacts with the inner workings of Internet Information Server, bringing
what was claimed to be a fi ve-fold increase in performance.As you can well
imagine from this description, as well as the immediate performance increase, it
also had a side effect of increasing the complexity of the development for the
programmer. It wasn’t for the faint hearted, and it takes some serious hardcore
programming knowledge to do ISAPI applications right.As well as ISAPI,
- 2013-11-05 07:48:24下载
- 积分:1
-
IEEE 118 bus system
IEEE 118 bus system designed in PSCAD
- 2021-01-19 16:48:41下载
- 积分:1
-
pop3
说明: 基于c#,利用pop3协议实现 邮件接受功能,初学者必备,简单易懂。(Based on c#, using pop3 protocol implementation to accept e-mail functions, essential for beginners, easy to understand.)
- 2010-03-23 15:23:22下载
- 积分:1
-
04244758
在无线协作网络中 以系统功率为优化目标 提出新的改进算法 最终降低了系统的中断概率 提高了系统性能(An Integrated Approach to Energy-Aware Medium
Access for Wireless Sensor Networks)
- 2016-01-13 11:25:08下载
- 积分:1
-
Outlook_VBA
VBA:Outlook邮件附件另存/删除(Outlook_VBAattachments save asattachments delete)
- 2016-02-27 23:08:25下载
- 积分:1
-
FAPSL
HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #de
- 2019-03-31 07:28:39下载
- 积分:1
-
cPPT
c语言的PPT.学习C语言必备教程,可以加深对C语言的了解。网上很难找到本PPT的。(c language PPT. necessary to learn C language tutorial, you can deepen the understanding of the C language. Online difficult to find the PPT' s.)
- 2011-10-01 08:45:46下载
- 积分:1