RtlInitializeGenericTable(): Fixed parameter name: 'UserParameter'
authorshort <>
Fri, 8 Nov 2002 19:22:53 +0000 (19:22 +0000)
committershort <>
Fri, 8 Nov 2002 19:22:53 +0000 (19:22 +0000)
+RtlInsertElementGenericTable()

include/ddk/rtl.h

index d600c76..3144ac2 100644 (file)
@@ -1166,7 +1166,16 @@ RtlInsertElementGenericTable (
        IN OUT  PRTL_GENERIC_TABLE      Table,
        IN      PVOID                   Element,
        IN      ULONG                   ElementSize,
-       IN      ULONG                   Unknown4
+       IN      PBOOLEAN                NewElement      OPTIONAL
+       );
+
+PVOID
+STDCALL
+RtlLookupElementGenericTableFull (
+       IN OUT  PRTL_GENERIC_TABLE      Table,
+       IN      PVOID                   Element,
+       OUT     PVOID                   *NodeOrParent,
+       OUT     TABLE_SEARCH_RESULT     *SearchResult
        );
 
 NTSTATUS