ReactOS 0.4.15-dev-7918-g2a2556c
_WDF_IO_TARGET_OPEN_PARAMS_V1_1 Struct Reference

#include <wdf11.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V1_1:

Public Attributes

ULONG Size
 
WDF_IO_TARGET_OPEN_TYPE Type
 
PFN_WDF_IO_TARGET_QUERY_REMOVE EvtIoTargetQueryRemove
 
PFN_WDF_IO_TARGET_REMOVE_CANCELED EvtIoTargetRemoveCanceled
 
PFN_WDF_IO_TARGET_REMOVE_COMPLETE EvtIoTargetRemoveComplete
 
PDEVICE_OBJECT TargetDeviceObject
 
PFILE_OBJECT TargetFileObject
 
UNICODE_STRING TargetDeviceName
 
ACCESS_MASK DesiredAccess
 
ULONG ShareAccess
 
ULONG FileAttributes
 
ULONG CreateDisposition
 
ULONG CreateOptions
 
PVOID EaBuffer
 
ULONG EaBufferLength
 
PLONGLONG AllocationSize
 
ULONG FileInformation
 

Detailed Description

Definition at line 1128 of file wdf11.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V1_1::AllocationSize

Definition at line 1218 of file wdf11.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_1::CreateDisposition

Definition at line 1206 of file wdf11.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_1::CreateOptions

Definition at line 1212 of file wdf11.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V1_1::DesiredAccess

Definition at line 1186 of file wdf11.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V1_1::EaBuffer

Definition at line 1214 of file wdf11.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_1::EaBufferLength

Definition at line 1216 of file wdf11.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V1_1::EvtIoTargetQueryRemove

Definition at line 1145 of file wdf11.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V1_1::EvtIoTargetRemoveCanceled

Definition at line 1151 of file wdf11.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V1_1::EvtIoTargetRemoveComplete

Definition at line 1157 of file wdf11.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_1::FileAttributes

Definition at line 1200 of file wdf11.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_1::FileInformation

Definition at line 1227 of file wdf11.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_1::ShareAccess

Definition at line 1194 of file wdf11.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_1::Size

Definition at line 1132 of file wdf11.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V1_1::TargetDeviceName

Definition at line 1178 of file wdf11.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_1::TargetDeviceObject

Definition at line 1163 of file wdf11.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_1::TargetFileObject

Definition at line 1170 of file wdf11.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V1_1::Type

Definition at line 1138 of file wdf11.h.


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