ReactOS 0.4.15-dev-7842-g558ab78
_WDF_IO_TARGET_OPEN_PARAMS_V1_7 Struct Reference

#include <wdf17.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V1_7:

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 1153 of file wdf17.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V1_7::AllocationSize

Definition at line 1243 of file wdf17.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_7::CreateDisposition

Definition at line 1231 of file wdf17.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_7::CreateOptions

Definition at line 1237 of file wdf17.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V1_7::DesiredAccess

Definition at line 1211 of file wdf17.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V1_7::EaBuffer

Definition at line 1239 of file wdf17.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_7::EaBufferLength

Definition at line 1241 of file wdf17.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V1_7::EvtIoTargetQueryRemove

Definition at line 1170 of file wdf17.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V1_7::EvtIoTargetRemoveCanceled

Definition at line 1176 of file wdf17.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V1_7::EvtIoTargetRemoveComplete

Definition at line 1182 of file wdf17.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_7::FileAttributes

Definition at line 1225 of file wdf17.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_7::FileInformation

Definition at line 1252 of file wdf17.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_7::ShareAccess

Definition at line 1219 of file wdf17.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_7::Size

Definition at line 1157 of file wdf17.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V1_7::TargetDeviceName

Definition at line 1203 of file wdf17.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_7::TargetDeviceObject

Definition at line 1188 of file wdf17.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_7::TargetFileObject

Definition at line 1195 of file wdf17.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V1_7::Type

Definition at line 1163 of file wdf17.h.


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