Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 319 of file libsupp.c.
Referenced by RtlDeleteAtomFromAtomTable(), and RtlEmptyAtomTable().
{ PRTL_HANDLE_TABLE_ENTRY RtlHandleEntry; if (RtlIsValidIndexHandle(&AtomTable->RtlHandleTable, (ULONG)Entry->HandleIndex, &RtlHandleEntry)) { RtlFreeHandle(&AtomTable->RtlHandleTable, RtlHandleEntry); } }