ReactOS 0.4.15-dev-7998-gdb93cb1
_UNIQUE_ID_WORK_ITEM Struct Reference

#include <mntmgr.h>

Collaboration diagram for _UNIQUE_ID_WORK_ITEM:

Public Attributes

LIST_ENTRY UniqueIdWorkerItemListEntry
 
PIO_WORKITEM WorkItem
 
PDEVICE_EXTENSION DeviceExtension
 
PIRP Irp
 
PVOID IrpBuffer
 
PKEVENT Event
 
UNICODE_STRING DeviceName
 
ULONG IrpBufferLength
 
ULONG StackSize
 

Detailed Description

Definition at line 139 of file mntmgr.h.

Member Data Documentation

◆ DeviceExtension

PDEVICE_EXTENSION _UNIQUE_ID_WORK_ITEM::DeviceExtension

Definition at line 143 of file mntmgr.h.

◆ DeviceName

UNICODE_STRING _UNIQUE_ID_WORK_ITEM::DeviceName

Definition at line 147 of file mntmgr.h.

◆ Event

PKEVENT _UNIQUE_ID_WORK_ITEM::Event

Definition at line 146 of file mntmgr.h.

◆ Irp

PIRP _UNIQUE_ID_WORK_ITEM::Irp

Definition at line 144 of file mntmgr.h.

◆ IrpBuffer

PVOID _UNIQUE_ID_WORK_ITEM::IrpBuffer

Definition at line 145 of file mntmgr.h.

◆ IrpBufferLength

ULONG _UNIQUE_ID_WORK_ITEM::IrpBufferLength

Definition at line 148 of file mntmgr.h.

◆ StackSize

ULONG _UNIQUE_ID_WORK_ITEM::StackSize

Definition at line 149 of file mntmgr.h.

◆ UniqueIdWorkerItemListEntry

LIST_ENTRY _UNIQUE_ID_WORK_ITEM::UniqueIdWorkerItemListEntry

Definition at line 141 of file mntmgr.h.

◆ WorkItem

PIO_WORKITEM _UNIQUE_ID_WORK_ITEM::WorkItem

Definition at line 142 of file mntmgr.h.


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