Skip to content

Commit 325efbd

Browse files
committed
[PSDK]
Add definitions for KsPinGetLeadingEdgeStreamPointer and KsStreamPointerUnlock. svn path=/trunk/; revision=72618
1 parent 1c04786 commit 325efbd

File tree

1 file changed

+16
-0
lines changed
  • reactos/sdk/include/psdk

1 file changed

+16
-0
lines changed

reactos/sdk/include/psdk/ks.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3823,6 +3823,14 @@ NTAPI
38233823
KsPinGetNextSiblingPin(
38243824
_In_ PKSPIN Pin);
38253825

3826+
_IRQL_requires_max_(DISPATCH_LEVEL)
3827+
KSDDKAPI
3828+
PKSSTREAM_POINTER
3829+
NTAPI
3830+
KsPinGetLeadingEdgeStreamPointer(
3831+
_In_ PKSPIN Pin,
3832+
_In_ KSSTREAM_POINTER_STATE State);
3833+
38263834
/* Does this belong here? */
38273835

38283836
_IRQL_requires_max_(PASSIVE_LEVEL)
@@ -4180,6 +4188,14 @@ KsStreamIo(
41804188
_In_ ULONG Flags,
41814189
_In_ KPROCESSOR_MODE RequestorMode);
41824190

4191+
_IRQL_requires_max_(DISPATCH_LEVEL)
4192+
KSDDKAPI
4193+
NTSTATUS
4194+
NTAPI
4195+
KsStreamPointerUnlock(
4196+
_In_ PKSSTREAM_POINTER StreamPointer,
4197+
_In_ BOOLEAN Eject);
4198+
41834199
_IRQL_requires_max_(PASSIVE_LEVEL)
41844200
KSDDKAPI
41854201
NTSTATUS

0 commit comments

Comments
 (0)