mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Implement RtlIsGenericTableEmpty, RtlNumberGenericTableElements.
- Implement RtlLookupElementGenericTable. - Implement RtlDeleteElementGenericTable svn path=/trunk/; revision=24542
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user