Remote differential compression (RDC) - Programming
Hi,
I was starting to build an application using RDC. However got stuck in the first step, while getting IRdcLibrary. The code segment below is giving out E_NOINTERFACE. I have ensured the RDC is enabled in the system. Any help on this would be appreicated.
CComQIPtr<IRdcLibrary> m_RdcLibrary;
HRESULT hr = m_RdcLibrary.CoCreateInstance ( __uuidof ( RdcLibrary ) );
May 11th, 2011 9:57pm
Hello - Am not sure, this question is related SCCM (configmgr)? If not related then please move to appropriate forum.Anoop C Nair - This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. |Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually
answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 1:01am
Could you please post the question on Microsoft MSDN forum?
Microsoft Developer Network > Forums Home
http://social.msdn.microsoft.com/Forums/en/categories
Hope it helps.Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
May 18th, 2011 1:48am


