[ros-diffs] [janderwald] 42801: - Add KsMergeAutomationTables

janderwald at svn.reactos.org janderwald at svn.reactos.org
Thu Aug 20 14:11:36 CEST 2009


Author: janderwald
Date: Thu Aug 20 14:11:36 2009
New Revision: 42801

URL: http://svn.reactos.org/svn/reactos?rev=42801&view=rev
Log:
- Add KsMergeAutomationTables

Modified:
    trunk/reactos/include/psdk/ks.h

Modified: trunk/reactos/include/psdk/ks.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ks.h?rev=42801&r1=42800&r2=42801&view=diff
==============================================================================
--- trunk/reactos/include/psdk/ks.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/ks.h [iso-8859-1] Thu Aug 20 14:11:36 2009
@@ -3713,6 +3713,17 @@
 */
 
 #if defined(_NTDDK_)
+
+KSDDKAPI
+NTSTATUS
+NTAPI
+KsMergeAutomationTables(
+    OUT PKSAUTOMATION_TABLE* AutomationTableAB,
+    IN PKSAUTOMATION_TABLE AutomationTableA OPTIONAL,
+    IN PKSAUTOMATION_TABLE AutomationTableB OPTIONAL,
+    IN KSOBJECT_BAG Bag OPTIONAL
+    );
+
 KSDDKAPI
 NTSTATUS
 NTAPI




More information about the Ros-diffs mailing list