mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Add KsMergeAutomationTables
svn path=/trunk/; revision=42801
This commit is contained in:
@@ -3713,6 +3713,17 @@ KsPinGetConnectedPinFileObject(
|
||||
*/
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user