|
From: Hartmut B. <har...@te...> - 2002-06-11 19:59:48
|
> -----Ursprungliche Nachricht----- > Von: David Welch [SMTP:we...@cw...] > Gesendet am: Dienstag, 11. Juni 2002 22:23 > An: rea...@li... > Betreff: Re: [ros-kernel] NtDuplicateObject > > On Tue, Jun 11, 2002 at 03:04:06PM +0200, cra...@mi... wrote: > > I have quickly looked at the way NtDuplicateObject works. > > Maybe it will help you. > > > Thanks for your help; ReactOS has actually already implemented this > function but I was trying to understand the restriction to inheritable > handles. I'll remove this check. DuplicateHandle from kernel32 and some calls to NtDuplicateHandle from kernel32\create.c needs this check. If the check is removed in NtDuplicateHandle, the check must added in this functions. - Hartmut |