mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[PSDK]
Add a definition for KsReleaseDevice to ks.h. svn path=/trunk/; revision=72602
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user