mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 06:49:42 +00:00
- Add KsPinGetParentFilter prototype
svn path=/trunk/; revision=42276
This commit is contained in:
parent
64fa3b028f
commit
fc288c23fc
1 changed files with 7 additions and 0 deletions
|
@ -3135,6 +3135,12 @@ KsPinDataIntersectionEx(
|
|||
IN PFNKSINTERSECTHANDLEREX IntersectHandler OPTIONAL,
|
||||
IN PVOID HandlerContext OPTIONAL);
|
||||
|
||||
KSDDKAPI PKSFILTER NTAPI
|
||||
KsPinGetParentFilter(
|
||||
IN PKSPIN Pin
|
||||
);
|
||||
|
||||
|
||||
/* Does this belong here? */
|
||||
|
||||
KSDDKAPI NTSTATUS NTAPI
|
||||
|
@ -3864,6 +3870,7 @@ NTAPI
|
|||
KsFilterAcquireProcessingMutex(
|
||||
IN PKSFILTER Filter);
|
||||
|
||||
|
||||
KSDDKAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue