Click to See Complete Forum and Search --> : Trouble in DCOM Programming


Rafael Miguel
December 15th, 2003, 11:58 AM
Hello

I have got a trouble in DCOM Programming.

I want to add a postscript printer driver using Win32_Printer class, but when is executed the IWbemServices::PutInstance method, such as this example:

hRes = pIWbemServices->PutInstance(spInstance,0,NULL, NULL);

The hRes variable returns a WBEM_E_PROVIDER_NOT_CAPABLE, considering the MSDN don't include this error in error table in this method.


who can help me?

Thank You

Rafael Miguel