> On Tue, 10 Jul 2001, Luke Kenneth Casson Leighton wrote: > > > ImpersonateLoggedOnUser? same thing as ImpersonateNamedPipeClient. > > > > i.e. you can only impersonate an existing user IF you have a handle > > to that user. > > The other problem with ImpersonateLoggedOnUser AFAICT is that you can > apparently call RevertToSelf() which does what it sounds like. That's > generally undesirable in the contexts we're talking about...
Ok, well maybe OpenThreadToken() and SetThreadToken() could be usefull? As you can see, I'm just going over the API, looking for leads :( Maybe someone out there knows how it's done? > --Cliff Sander