|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ks.h>

Public Attributes | |
| ULONG | NotificationType |
| union { | |
| struct { | |
| HANDLE Event | |
| ULONG_PTR Reserved [2] | |
| } EventHandle | |
| struct { | |
| HANDLE Semaphore | |
| ULONG Reserved | |
| LONG Adjustment | |
| } SemaphoreHandle | |
| struct { | |
| PVOID Unused | |
| LONG_PTR Alignment [2] | |
| } Alignment | |
| }; | |
| union { ... } KSEVENTDATA::@3207 |
| LONG KSEVENTDATA::Adjustment |
Definition at line 1742 of file ks.h.
Referenced by KspEnableEvent().
| struct { ... } KSEVENTDATA::Alignment |
| HANDLE KSEVENTDATA::Event |
Definition at line 1736 of file ks.h.
Referenced by KspEnableEvent().
| struct { ... } KSEVENTDATA::EventHandle |
Referenced by DoNotifyPositionEvents(), and KspEnableEvent().
| ULONG KSEVENTDATA::NotificationType |
Definition at line 1733 of file ks.h.
Referenced by KspEnableEvent().
| HANDLE KSEVENTDATA::Semaphore |
Definition at line 1740 of file ks.h.
Referenced by KspEnableEvent().
| struct { ... } KSEVENTDATA::SemaphoreHandle |
Referenced by KspEnableEvent().