mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[PSDK]
Add a definition for KsReleaseDevice to ks.h. svn path=/trunk/; revision=72602
This commit is contained in:
parent
2852cc21e8
commit
7049508b80
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue