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.
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.