netmeeting com objects

P

petertheckanath

Hello,
I am devolpoing a VC++ application. In that i want to
integrate Netmeeting sharing functionality.
I have a thorough look in the Nmshare sample which is shipped
with NM3SDK. According to my undersatanding in the InitConfMgr()
function the line

hr = CoGetClassObject(CLSID_NmManager,CLSCTX_INPROC, NULL,
IID_IClassFactory,(void**)&pcf);


will invoke the conf.exe in the back ground.

Actually i didnt want to instantiate " Conf.exe" but using the sharing
DLL's i want to run this code.

Whether DllGetClassObject can be used or not...!!!!!

Thanks in advance
Peter.
 
S

Sooner Al [MVP]

Hello,
I am devolpoing a VC++ application. In that i want to
integrate Netmeeting sharing functionality.
I have a thorough look in the Nmshare sample which is shipped
with NM3SDK. According to my undersatanding in the InitConfMgr()
function the line

hr = CoGetClassObject(CLSID_NmManager,CLSCTX_INPROC, NULL,
IID_IClassFactory,(void**)&pcf);


will invoke the conf.exe in the back ground.

Actually i didnt want to instantiate " Conf.exe" but using the sharing
DLL's i want to run this code.

Whether DllGetClassObject can be used or not...!!!!!

Thanks in advance
Peter.

You might try the microsoft.public.internet.netmeeting news group or
somewhere on the TechNet site.

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
 
S

Sooner Al [MVP]

Hello,
I am devolpoing a VC++ application. In that i want to
integrate Netmeeting sharing functionality.
I have a thorough look in the Nmshare sample which is shipped
with NM3SDK. According to my undersatanding in the InitConfMgr()
function the line

hr = CoGetClassObject(CLSID_NmManager,CLSCTX_INPROC, NULL,
IID_IClassFactory,(void**)&pcf);


will invoke the conf.exe in the back ground.

Actually i didnt want to instantiate " Conf.exe" but using the sharing
DLL's i want to run this code.

Whether DllGetClassObject can be used or not...!!!!!

Thanks in advance
Peter.

This may also be a good place to start.

http://msdn2.microsoft.com/en-us/library/ms709085.aspx

--

Al Jarvi (MS-MVP Windows Networking)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
 
Top