摘要: Vidyo32.VidyoClientInEventLogin Login = new Vidyo32.VidyoClientInEventLogin(); Login.portalUri = this.tbxIP.Text.Trim(); //"http://kaunas.vidyo.scandi... 阅读全文
posted @ 2015-11-10 14:49 acdyf 阅读(1752) 评论(0) 推荐(0) 编辑
摘要: 此例是把C#结构传给C++C++:typedef struct VidyoClientInEventGroupChat_{ /*! Message (contents) to be sent to all remote participants */ char message[MAX_CHAT_ME... 阅读全文
posted @ 2015-11-10 14:47 acdyf 阅读(1687) 评论(0) 推荐(0) 编辑
摘要: C++结构体typedef struct VidyoClientRequestGetWindowsAndDesktops_{ /*! The number of application windows currently open */ VidyoSizeT numApplicationWindow... 阅读全文
posted @ 2015-11-10 14:43 acdyf 阅读(398) 评论(0) 推荐(0) 编辑
摘要: C++结构体typedef struct VidyoClientRequestGetWindowsAndDesktops_{ /*! The number of application windows currently open */ VidyoSizeT numApplicationWindow... 阅读全文
posted @ 2015-11-10 14:40 acdyf 阅读(554) 评论(0) 推荐(0) 编辑
摘要: Winformthis.Invoke(new Action(() => { }));Wpf this.Dispatcher.Invoke(DispatcherPriority.Normal, new Action(() => { //调用主线程 ButtonOkClick(this.msg); })... 阅读全文
posted @ 2015-11-10 14:34 acdyf 阅读(617) 评论(0) 推荐(0) 编辑