Re: [NtQueryInformationProcess #2] Several stub implementations

2005-06-19 Thread Paul Vriens
> Hi, > > On Fri, Jun 17, 2005 at 10:03:49PM +0200, Paul Vriens wrote: >> PROCESS_TIMES is a name I made up as I don't seem to be able to find >> another struct that matches. Is it ok to put that one in winternl.h ? > An explanatory comment would be in order, I think. > It's not a good idea to "inv

Re: [NtQueryInformationProcess #2] Several stub implementations

2005-06-19 Thread Andreas Mohr
Hi, On Fri, Jun 17, 2005 at 10:03:49PM +0200, Paul Vriens wrote: > PROCESS_TIMES is a name I made up as I don't seem to be able to find > another struct that matches. Is it ok to put that one in winternl.h ? An explanatory comment would be in order, I think. It's not a good idea to "invent" stuff