Passing user context to from impersonated thread to outproc COM object
- by Thumbeti
Hi,
I am writing a CPP program on windows 2k3 where i want to achieve the following thing.
Pass the user context from the impersonated thread to a outproc COM component.
Steps what i m trying in details are:
1) Start an execution of exe with user USR1
2) Impersonate the current thread with USR2
3) Initiate a API on outproc COM object.
And…