ReactOS 0.4.15-dev-7994-gb388cb6
_SYS_BUTTON_CONTEXT Struct Reference
Collaboration diagram for _SYS_BUTTON_CONTEXT:

Public Attributes

PDEVICE_OBJECT DeviceObject
 
PIO_WORKITEM WorkItem
 
KEVENT Event
 
IO_STATUS_BLOCK IoStatusBlock
 
ULONG SysButton
 

Detailed Description

Definition at line 17 of file events.c.

Member Data Documentation

◆ DeviceObject

PDEVICE_OBJECT _SYS_BUTTON_CONTEXT::DeviceObject

Definition at line 19 of file events.c.

Referenced by PopAddRemoveSysCapsCallback(), and PopGetSysButtonCompletion().

◆ Event

KEVENT _SYS_BUTTON_CONTEXT::Event

Definition at line 21 of file events.c.

Referenced by PopGetSysButton().

◆ IoStatusBlock

IO_STATUS_BLOCK _SYS_BUTTON_CONTEXT::IoStatusBlock

Definition at line 22 of file events.c.

Referenced by PopGetSysButton().

◆ SysButton

ULONG _SYS_BUTTON_CONTEXT::SysButton

Definition at line 23 of file events.c.

Referenced by PopGetSysButton().

◆ WorkItem

PIO_WORKITEM _SYS_BUTTON_CONTEXT::WorkItem

Definition at line 20 of file events.c.

Referenced by PopAddRemoveSysCapsCallback(), and PopGetSysButton().


The documentation for this struct was generated from the following file: