|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <struct.h>

Public Attributes | |
| PVCB | Vcb |
| BOOLEAN | SoftEjectReq |
| UCHAR | Padding0 [3] |
| KEVENT | StopReq |
| PKEVENT | WaiterStopped |
| WORK_QUEUE_ITEM | EjectReqWorkQueueItem |
| GET_EVENT_USER_OUT | EjectReqBuffer |
| UCHAR | PaddingEvt [(0x40 - sizeof(GET_EVENT_USER_OUT)) &0x0f] |
| GET_CAPABILITIES_USER_OUT | DevCap |
| UCHAR | PaddingDevCap [(0x40 - sizeof(GET_CAPABILITIES_USER_OUT)) &0x0f] |
| GET_LAST_ERROR_USER_OUT | Error |
| UCHAR | PaddingError [(0x40 - sizeof(GET_LAST_ERROR_USER_OUT)) &0x0f] |
| ULONG | Zero |
| GET_CAPABILITIES_USER_OUT _UDFEjectWaitContext::DevCap |
Definition at line 452 of file struct.h.
Referenced by UDFEjectReqWaiter().
| GET_EVENT_USER_OUT _UDFEjectWaitContext::EjectReqBuffer |
Definition at line 449 of file struct.h.
Referenced by UDFEjectReqWaiter().
| WORK_QUEUE_ITEM _UDFEjectWaitContext::EjectReqWorkQueueItem |
| GET_LAST_ERROR_USER_OUT _UDFEjectWaitContext::Error |
Definition at line 455 of file struct.h.
Referenced by UDFEjectReqWaiter().
| UCHAR _UDFEjectWaitContext::PaddingDevCap[(0x40 - sizeof(GET_CAPABILITIES_USER_OUT)) &0x0f] |
| UCHAR _UDFEjectWaitContext::PaddingError[(0x40 - sizeof(GET_LAST_ERROR_USER_OUT)) &0x0f] |
| UCHAR _UDFEjectWaitContext::PaddingEvt[(0x40 - sizeof(GET_EVENT_USER_OUT)) &0x0f] |
| BOOLEAN _UDFEjectWaitContext::SoftEjectReq |
Definition at line 442 of file struct.h.
Referenced by UDFEjectReqWaiter().
| PVCB _UDFEjectWaitContext::Vcb |
Definition at line 440 of file struct.h.
Referenced by UDFEjectReqWaiter().
| PKEVENT _UDFEjectWaitContext::WaiterStopped |
Definition at line 446 of file struct.h.
Referenced by UDFEjectReqWaiter().