mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
wdm.h: Define KeResetEvent and KeSetEvent.
This commit is contained in:
parent
0b149df987
commit
aadd2ac33f
@ -1082,6 +1082,8 @@ void WINAPI KeQuerySystemTime(LARGE_INTEGER*);
|
|||||||
void WINAPI KeQueryTickCount(LARGE_INTEGER*);
|
void WINAPI KeQueryTickCount(LARGE_INTEGER*);
|
||||||
ULONG WINAPI KeQueryTimeIncrement(void);
|
ULONG WINAPI KeQueryTimeIncrement(void);
|
||||||
LONG WINAPI KeReleaseSemaphore(PRKSEMAPHORE,KPRIORITY,LONG,BOOLEAN);
|
LONG WINAPI KeReleaseSemaphore(PRKSEMAPHORE,KPRIORITY,LONG,BOOLEAN);
|
||||||
|
LONG WINAPI KeResetEvent(PRKEVENT);
|
||||||
|
LONG WINAPI KeSetEvent(PRKEVENT,KPRIORITY,BOOLEAN);
|
||||||
KPRIORITY WINAPI KeSetPriorityThread(PKTHREAD,KPRIORITY);
|
KPRIORITY WINAPI KeSetPriorityThread(PKTHREAD,KPRIORITY);
|
||||||
|
|
||||||
PVOID WINAPI MmAllocateContiguousMemory(SIZE_T,PHYSICAL_ADDRESS);
|
PVOID WINAPI MmAllocateContiguousMemory(SIZE_T,PHYSICAL_ADDRESS);
|
||||||
|
Loading…
Reference in New Issue
Block a user