Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 27 of file handle.c.
Referenced by ExpInitializeExecutive().
{ /* Initialize the list of handle tables and the lock */ InitializeListHead(&HandleTableListHead); ExInitializePushLock(&HandleTableListLock); }