[NTOSKRNL_VISTA] Add stubs for functions needed in KMDF

This commit is contained in:
Victor Perevertkin 2020-09-25 01:28:55 +03:00
parent d01518da7c
commit bb94e711ef
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
4 changed files with 41 additions and 4 deletions

View file

@ -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(