CoSetProxyBlanket equivalent

  • Thread starter Thread starter aeshiels
  • Start date Start date
A

aeshiels

Is there an equivalent of CoSetProxyBlanket in c#? I require it to
change the default credentials im using to create a DCOM object. Im
getting access denied at the moment.

thanks for any help you can offer,

andy.s
 
| Is there an equivalent of CoSetProxyBlanket in c#? I require it to
| change the default credentials im using to create a DCOM object. Im
| getting access denied at the moment.
|
| thanks for any help you can offer,
|
| andy.s
|

No, there is no equivalent, CoSetProxyBlanket is an Ole32.dll exported
function which you have to call using PInvoke.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top