Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/misc/
H A Dbootreg.c726 _Out_ PULONG SubKeyCount in BiEnumerateSubKeys() argument
747 *SubKeyCount = 0; in BiEnumerateSubKeys()
876 *SubKeyCount = i; in BiEnumerateSubKeys()
899 ULONG SubKeyCount, i; in BiDeleteKey() local
914 Status = BiEnumerateSubKeys(KeyHandle, &SubKeyList, &SubKeyCount); in BiDeleteKey()
915 if ((NT_SUCCESS(Status)) && (SubKeyCount > 0)) in BiDeleteKey()
918 for (i = 0; i < SubKeyCount; i++) in BiDeleteKey()
H A Dbcd.c821 ULONG SubElementCount, SubKeyCount, SubObjectCount, ElementDataLength; in BiEnumerateElements() local
851 Status = BiEnumerateSubKeys(ElementsHandle, &SubKeys, &SubKeyCount); in BiEnumerateElements()
858 for (i = 0; i < SubKeyCount; i++) in BiEnumerateElements()
1057 if ((i != 0) && (i == SubKeyCount) && (SubObjectList)) in BiEnumerateElements()
/reactos/dll/win32/lsasrv/
H A Dregistry.c177 OUT PULONG SubKeyCount, in LsapRegQueryKeyInfo() argument
197 if (SubKeyCount != NULL) in LsapRegQueryKeyInfo()
198 *SubKeyCount = FullInfoBuffer.SubKeys; in LsapRegQueryKeyInfo()
H A Dlsasrv.h395 OUT PULONG SubKeyCount,
H A Dlsarpc.c2590 ULONG SubKeyCount = 0; in LsarEnumerateAccountsWithUserRight() local
2639 &SubKeyCount, in LsarEnumerateAccountsWithUserRight()
2657 SubKeyCount * sizeof(LSAPR_ACCOUNT_INFORMATION)); in LsarEnumerateAccountsWithUserRight()
/reactos/dll/win32/samsrv/
H A Dregistry.c182 OUT PULONG SubKeyCount, in SampRegQueryKeyInfo() argument
201 if (SubKeyCount != NULL) in SampRegQueryKeyInfo()
202 *SubKeyCount = FullInfoBuffer.SubKeys; in SampRegQueryKeyInfo()
H A Dsamsrv.h299 OUT PULONG SubKeyCount,
/reactos/ntoskrnl/config/
H A Dcmapi.c1383 ULONG SubKeyCount; in CmpQueryKeyDataFromCache() local
1388 SubKeyCount = Node->SubKeyCounts[0] + Node->SubKeyCounts[1]; in CmpQueryKeyDataFromCache()
1391 ASSERT(SubKeyCount == 0); in CmpQueryKeyDataFromCache()
1395 ASSERT(SubKeyCount == 1); in CmpQueryKeyDataFromCache()
1399 ASSERT(SubKeyCount == Kcb->IndexHint->Count); in CmpQueryKeyDataFromCache()
1403 ASSERT(SubKeyCount == Kcb->SubKeyCount); in CmpQueryKeyDataFromCache()
1489 KeyCachedInfo->SubKeys = Kcb->SubKeyCount; in CmpQueryKeyDataFromCache()
2469 ULONG Index, SubKeyCount; in CmpDeepCopyKeyInternal() local
2566 SubKeyCount = SrcNode->SubKeyCounts[Stable] + SrcNode->SubKeyCounts[Volatile]; in CmpDeepCopyKeyInternal()
2569 for (Index = 0; Index < SubKeyCount; Index++) in CmpDeepCopyKeyInternal()
H A Dcmkcbncb.c561 Kcb->SubKeyCount = KeyNode->SubKeyCounts[Stable] + in CmpCleanUpSubKeyInfo()
783 Kcb->SubKeyCount = Node->SubKeyCounts[Stable] + in CmpCreateKeyControlBlock()
844 Kcb->SubKeyCount = Node->SubKeyCounts[Stable] + in CmpCreateKeyControlBlock()
/reactos/ntoskrnl/include/internal/
H A Dcm.h300 ULONG SubKeyCount; member
/reactos/boot/environ/include/
H A Dbl.h2089 _Out_ PULONG SubKeyCount