Home
last modified time | relevance | path

Searched refs:NestedCloseLevel (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmgr.c918 ULONG KeyDisposition, RootHandleIndex = 0, i = 1, NestedCloseLevel = 0; in IopCreateRegistryKeyEx() local
956 if (NestedCloseLevel > 1) ZwClose(HandleArray[RootHandleIndex]); in IopCreateRegistryKeyEx()
992 NestedCloseLevel++; in IopCreateRegistryKeyEx()
1019 if (NestedCloseLevel > 1) ZwClose(HandleArray[RootHandleIndex]); in IopCreateRegistryKeyEx()