mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Add KsPinGetParentFilter prototype
svn path=/trunk/; revision=42276
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user