- Implement RtlIsGenericTableEmpty, RtlNumberGenericTableElements.

- Implement RtlLookupElementGenericTable.
- Implement RtlDeleteElementGenericTable

svn path=/trunk/; revision=24542
This commit is contained in:
Alex Ionescu
2006-10-16 03:39:49 +00:00
parent dbb8a15d7c
commit cef2ebcee2
2 changed files with 48 additions and 11 deletions
+9
View File
@@ -2533,6 +2533,15 @@ RtlIsGenericTableEmpty(
IN PRTL_GENERIC_TABLE Table
);
PVOID
NTAPI
RtlLookupElementGenericTableFull(
IN PRTL_GENERIC_TABLE Table,
IN PVOID Buffer,
OUT PVOID *NodeOrParent,
OUT TABLE_SEARCH_RESULT *SearchResult
);
//
// Handle Table Functions
//