|
From: KJK::Hyperion <no...@li...> - 2002-06-12 03:21:52
|
At 21.57 11/06/2002, you 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. I don't understand why. What's the matter with duplicating inheritable handles? |