how to make create IDiscMater2 successful?
COM
2
Posts
1
Posters
0
Views
1
Watching
-
i had read this help content in msdn:[^] IDiscMaster2* pDiscMaster = NULL; hr = CoCreateInstance(__uuidof(MsftDiscMaster2), NULL, CLSCTX_INPROC_SERVER, __uuidof(IDiscMaster2), (void**)&pDiscMaster); but the calling would fail because class has not registered. i googled found the others use this com object like me but no problem. so, how to resolve the problem?
-
i had read this help content in msdn:[^] IDiscMaster2* pDiscMaster = NULL; hr = CoCreateInstance(__uuidof(MsftDiscMaster2), NULL, CLSCTX_INPROC_SERVER, __uuidof(IDiscMaster2), (void**)&pDiscMaster); but the calling would fail because class has not registered. i googled found the others use this com object like me but no problem. so, how to resolve the problem?