Re: Communicating with DCOM server using another user account



thanks for the reply!
Unfortunately I have to use a client toolkit that hides these parameters.
Is there any way to change the client identity afterwards?
If not I will have to recompile part of the client toolkit :-(

thanks
Nick

The client should instantiate the class using CoCreateInstanceEx(),
filling in the COAUTHINFO section of COSERVERINFO with user B.

Brian



.