mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +00:00
[NTOSKRNL_VISTA] Add stubs for functions needed in KMDF
This commit is contained in:
parent
d01518da7c
commit
bb94e711ef
4 changed files with 41 additions and 4 deletions
|
@ -98,14 +98,14 @@ $if (_WDMDDK_)
|
|||
#if (NTDDI_VERSION >= NTDDI_VISTA)
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
NTKERNELAPI
|
||||
NTKRNLVISTAAPI
|
||||
VOID
|
||||
NTAPI
|
||||
PoSetSystemWake(
|
||||
_Inout_ struct _IRP *Irp);
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
NTKERNELAPI
|
||||
NTKRNLVISTAAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
PoGetSystemWake(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue