[1/2] wdm.h: define KeResetEvent and KeSetEvent

Damjan Jovanovic damjan.jov at gmail.com
Mon Apr 12 13:33:01 CDT 2010


Changelog:
* wdm.h: define KeResetEvent and KeSetEvent

Damjan Jovanovic
-------------- next part --------------
diff --git a/include/ddk/wdm.h b/include/ddk/wdm.h
index b086ef7..e57be4b 100644
--- a/include/ddk/wdm.h
+++ b/include/ddk/wdm.h
@@ -1082,6 +1082,8 @@ void      WINAPI KeQuerySystemTime(LARGE_INTEGER*);
 void      WINAPI KeQueryTickCount(LARGE_INTEGER*);
 ULONG     WINAPI KeQueryTimeIncrement(void);
 LONG      WINAPI KeReleaseSemaphore(PRKSEMAPHORE,KPRIORITY,LONG,BOOLEAN);
+LONG      WINAPI KeResetEvent(PRKEVENT);
+LONG      WINAPI KeSetEvent(PRKEVENT,KPRIORITY,BOOLEAN);
 KPRIORITY WINAPI KeSetPriorityThread(PKTHREAD,KPRIORITY);
 
 PVOID     WINAPI MmAllocateContiguousMemory(SIZE_T,PHYSICAL_ADDRESS);


More information about the wine-patches mailing list