mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[PSDK]
KsStreamPointerUnlock returns VOID, not NTSTATUS. svn path=/trunk/; revision=72619
This commit is contained in:
parent
325efbd59e
commit
be20a14b8c
1 changed files with 1 additions and 1 deletions
|
@ -4190,7 +4190,7 @@ KsStreamIo(
|
||||||
|
|
||||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||||
KSDDKAPI
|
KSDDKAPI
|
||||||
NTSTATUS
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
KsStreamPointerUnlock(
|
KsStreamPointerUnlock(
|
||||||
_In_ PKSSTREAM_POINTER StreamPointer,
|
_In_ PKSSTREAM_POINTER StreamPointer,
|
||||||
|
|
Loading…
Reference in a new issue