Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 99 of file cmvalue.c.
Referenced by CmGetSystemControlValues(), CmpAddDriverToList(), CmpFindControlSet(), CmpFindTagIndex(), CmpGetSymbolicLink(), CmpIsLoadType(), CmpIsSafe(), and CmpSortDriverList().
{ HCELL_INDEX CellIndex; /* Call the main function */ if (!CmpFindNameInList(Hive, &KeyNode->ValueList, Name, NULL, &CellIndex)) { /* Santy check */ ASSERT(CellIndex == HCELL_NIL); } /* Return the index */ return CellIndex; }