mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[PSDK]
Add definitions for KsPinGetLeadingEdgeStreamPointer and KsStreamPointerUnlock. svn path=/trunk/; revision=72618
This commit is contained in:
parent
1c04786553
commit
325efbd59e
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue