ReactOS 0.4.16-dev-38-g96c65e9
|
#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::@3013 |
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().