mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:43:12 +00:00
[SDK]
- add missing definitions svn path=/trunk/; revision=72889
This commit is contained in:
parent
67cf4907ae
commit
160d7c5b1e
1 changed files with 22 additions and 0 deletions
|
@ -4196,6 +4196,28 @@ KsStreamPointerUnlock(
|
||||||
_In_ PKSSTREAM_POINTER StreamPointer,
|
_In_ PKSSTREAM_POINTER StreamPointer,
|
||||||
_In_ BOOLEAN Eject);
|
_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)
|
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||||
KSDDKAPI
|
KSDDKAPI
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue