|
ReactOS 0.4.16-dev-2498-g8632030
|
#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::@3249 |
| struct { ... } KSEVENTDATA::Alignment |
| struct { ... } KSEVENTDATA::EventHandle |
Referenced by DoNotifyPositionEvents().
| struct { ... } KSEVENTDATA::SemaphoreHandle |