mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:13:40 +00:00
- Add KsMergeAutomationTables
svn path=/trunk/; revision=42801
This commit is contained in:
parent
71820568a2
commit
bb8ff85531
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue