[SDK]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 2 Oct 2016 09:15:13 +0000 (09:15 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 2 Oct 2016 09:15:13 +0000 (09:15 +0000)
- add missing definitions

svn path=/trunk/; revision=72889

reactos/sdk/include/psdk/ks.h

index eb1f540..6701949 100644 (file)
@@ -4196,6 +4196,28 @@ KsStreamPointerUnlock(
   _In_ PKSSTREAM_POINTER StreamPointer,
   _In_ BOOLEAN Eject);
 
+_IRQL_requires_max_(DISPATCH_LEVEL)
+KSDDKAPI
+NTSTATUS
+NTAPI
+KsStreamPointerAdvanceOffsets(
+  _In_ PKSSTREAM_POINTER StreamPointer,
+  _In_ ULONG             InUsed,
+  _In_ ULONG             OutUsed,
+  _In_ BOOLEAN           Eject);
+
+_IRQL_requires_max_(DISPATCH_LEVEL)
+KSDDKAPI
+VOID
+NTAPI
+KsStreamPointerAdvanceOffsetsAndUnlock(
+       _In_ PKSSTREAM_POINTER StreamPointer,
+       _In_ ULONG             InUsed,
+       _In_ ULONG             OutUsed,
+       _In_ BOOLEAN           Eject
+       );
+
+
 _IRQL_requires_max_(PASSIVE_LEVEL)
 KSDDKAPI
 NTSTATUS