ReactOS 0.4.15-dev-7958-gcd0bb1a
_DEVICE_ACTION_REQUEST Struct Reference
Collaboration diagram for _DEVICE_ACTION_REQUEST:

Public Attributes

LIST_ENTRY RequestListEntry
 
PDEVICE_OBJECT DeviceObject
 
PKEVENT CompletionEvent
 
NTSTATUSCompletionStatus
 
DEVICE_ACTION Action
 

Detailed Description

Definition at line 55 of file devaction.c.

Member Data Documentation

◆ Action

DEVICE_ACTION _DEVICE_ACTION_REQUEST::Action

Definition at line 61 of file devaction.c.

◆ CompletionEvent

PKEVENT _DEVICE_ACTION_REQUEST::CompletionEvent

Definition at line 59 of file devaction.c.

◆ CompletionStatus

NTSTATUS* _DEVICE_ACTION_REQUEST::CompletionStatus

Definition at line 60 of file devaction.c.

◆ DeviceObject

PDEVICE_OBJECT _DEVICE_ACTION_REQUEST::DeviceObject

Definition at line 58 of file devaction.c.

◆ RequestListEntry

LIST_ENTRY _DEVICE_ACTION_REQUEST::RequestListEntry

Definition at line 57 of file devaction.c.


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