ReactOS 0.4.16-dev-963-g182f353
|
Public Attributes | |
PDEVICE_OBJECT | DeviceObject |
PIO_WORKITEM | WorkItem |
KEVENT | Event |
IO_STATUS_BLOCK | IoStatusBlock |
ULONG | SysButton |
PDEVICE_OBJECT _SYS_BUTTON_CONTEXT::DeviceObject |
Definition at line 19 of file events.c.
Referenced by PopAddRemoveSysCapsCallback(), and PopGetSysButtonCompletion().
KEVENT _SYS_BUTTON_CONTEXT::Event |
Definition at line 21 of file events.c.
Referenced by PopGetSysButton().
IO_STATUS_BLOCK _SYS_BUTTON_CONTEXT::IoStatusBlock |
Definition at line 22 of file events.c.
Referenced by PopGetSysButton().
ULONG _SYS_BUTTON_CONTEXT::SysButton |
Definition at line 23 of file events.c.
Referenced by PopGetSysButton().
PIO_WORKITEM _SYS_BUTTON_CONTEXT::WorkItem |
Definition at line 20 of file events.c.
Referenced by PopAddRemoveSysCapsCallback(), and PopGetSysButton().