I have a project written for LCS that uses Microsoft.Office.Interop.UccApi.DLL, now I'm going to rework by changing the UCCAPI COM for C++ to UCMA 3.0 with the .tlb file generated from Microsoft.RTC.Collaboration.dll (interop from managed dll to native), so I wonder are there any examples or SampleApps written by C++ that I could look for?
I'm trying with using namespace Microsoft.Rtc.Collaboration, it didn't work
The size of ".tlb" file is only 2k (generated from 5M .dll), so I'm not sure that it'll work
any advises?
Many thanks