Add a definition for KsReleaseDevice to ks.h.


svn path=/trunk/; revision=72602
This commit is contained in:
Aleksandar Andrejevic 2016-09-07 01:16:47 +00:00
parent 2852cc21e8
commit 7049508b80

View file

@ -4113,6 +4113,13 @@ KsReadFile(
_In_opt_ ULONG Key,
_In_ KPROCESSOR_MODE RequestorMode);
_IRQL_requires_max_(DISPATCH_LEVEL)
KSDDKAPI
VOID
NTAPI
KsReleaseDevice(
_In_ PKSDEVICE);
_IRQL_requires_max_(DISPATCH_LEVEL)
KSDDKAPI
VOID