Home
last modified time | relevance | path

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

/reactos/sdk/lib/cmlib/
H A Dcmcheck.c16 ULONG ChildCellIndex; member
1201 WorkState[StackDepth].ChildCellIndex = 0; in CmpValidateRegistryInternal()
1317 if (WorkState[StackDepth].ChildCellIndex < KeyNode->SubKeyCounts[Stable]) in CmpValidateRegistryInternal()
1324 … ChildSubKeyCell = CmpFindSubKeyByNumber(Hive, KeyNode, WorkState[StackDepth].ChildCellIndex); in CmpValidateRegistryInternal()
1342 WorkState[StackDepth].ChildCellIndex++; in CmpValidateRegistryInternal()
1357 WorkState[StackDepth].ChildCellIndex = 0; in CmpValidateRegistryInternal()