Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 21 of file cmsecach.c.
Referenced by CmGetSystemControlValues(), and CmpInitializeHive().
{ ULONG i; /* Reset data */ Hive->SecurityCount = 0; Hive->SecurityCacheSize = 0; Hive->SecurityHitHint = -1; Hive->SecurityCache = NULL; /* Loop every security hash */ for (i = 0; i < CMP_SECURITY_HASH_LISTS; i++) { /* Initialize it */ InitializeListHead(&Hive->SecurityHash[i]); } }