Re: programming for security
Steve Johnson <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
It's used by the undocumented native API NtSetInformationProcess. Code requires the TCB privilege to set the session information, and even if all the security dials line up, setting the Session ID of a process this way is a no-op, so there's nothing to see here. -- Steve Johnson On Fri, Mar 26, 2010 at 4:07 PM, John Smith <[email protected]> wrote: > > > Hi All, > what does PROCESS_SET_SESSIONID do? I've looked all over msdn, google and > other locations and I can't find any information about it anywhere. > > > > >