ReactOS 0.4.15-dev-7958-gcd0bb1a
_WDF_IO_TARGET_OPEN_PARAMS_V1_5 Struct Reference

#include <wdf15.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V1_5:

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 1134 of file wdf15.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V1_5::AllocationSize

Definition at line 1224 of file wdf15.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_5::CreateDisposition

Definition at line 1212 of file wdf15.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_5::CreateOptions

Definition at line 1218 of file wdf15.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V1_5::DesiredAccess

Definition at line 1192 of file wdf15.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V1_5::EaBuffer

Definition at line 1220 of file wdf15.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_5::EaBufferLength

Definition at line 1222 of file wdf15.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V1_5::EvtIoTargetQueryRemove

Definition at line 1151 of file wdf15.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V1_5::EvtIoTargetRemoveCanceled

Definition at line 1157 of file wdf15.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V1_5::EvtIoTargetRemoveComplete

Definition at line 1163 of file wdf15.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_5::FileAttributes

Definition at line 1206 of file wdf15.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_5::FileInformation

Definition at line 1233 of file wdf15.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_5::ShareAccess

Definition at line 1200 of file wdf15.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_5::Size

Definition at line 1138 of file wdf15.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V1_5::TargetDeviceName

Definition at line 1184 of file wdf15.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_5::TargetDeviceObject

Definition at line 1169 of file wdf15.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_5::TargetFileObject

Definition at line 1176 of file wdf15.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V1_5::Type

Definition at line 1144 of file wdf15.h.


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