mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PSDK]
Add definitions for KsPinGetLeadingEdgeStreamPointer and KsStreamPointerUnlock. svn path=/trunk/; revision=72618
This commit is contained in:
@@ -3823,6 +3823,14 @@ NTAPI
|
||||
KsPinGetNextSiblingPin(
|
||||
_In_ PKSPIN Pin);
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
KSDDKAPI
|
||||
PKSSTREAM_POINTER
|
||||
NTAPI
|
||||
KsPinGetLeadingEdgeStreamPointer(
|
||||
_In_ PKSPIN Pin,
|
||||
_In_ KSSTREAM_POINTER_STATE State);
|
||||
|
||||
/* Does this belong here? */
|
||||
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
@@ -4180,6 +4188,14 @@ KsStreamIo(
|
||||
_In_ ULONG Flags,
|
||||
_In_ KPROCESSOR_MODE RequestorMode);
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
KSDDKAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
KsStreamPointerUnlock(
|
||||
_In_ PKSSTREAM_POINTER StreamPointer,
|
||||
_In_ BOOLEAN Eject);
|
||||
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
KSDDKAPI
|
||||
NTSTATUS
|
||||
|
||||
Reference in New Issue
Block a user