摘要:
Vidyo32.VidyoClientInEventLogin Login = new Vidyo32.VidyoClientInEventLogin(); Login.portalUri = this.tbxIP.Text.Trim(); //"http://kaunas.vidyo.scandi... 阅读全文
摘要:
此例是把C#结构传给C++C++:typedef struct VidyoClientInEventGroupChat_{ /*! Message (contents) to be sent to all remote participants */ char message[MAX_CHAT_ME... 阅读全文
摘要:
C++结构体typedef struct VidyoClientRequestGetWindowsAndDesktops_{ /*! The number of application windows currently open */ VidyoSizeT numApplicationWindow... 阅读全文
摘要:
C++结构体typedef struct VidyoClientRequestGetWindowsAndDesktops_{ /*! The number of application windows currently open */ VidyoSizeT numApplicationWindow... 阅读全文
摘要:
Winformthis.Invoke(new Action(() => { }));Wpf this.Dispatcher.Invoke(DispatcherPriority.Normal, new Action(() => { //调用主线程 ButtonOkClick(this.msg); })... 阅读全文