ReactOS 0.4.15-dev-7991-ge77da17
_WDF_IO_TARGET_OPEN_PARAMS Struct Reference

#include <wdfiotarget.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS:

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
 
UNICODE_STRING FileName
 

Detailed Description

Definition at line 123 of file wdfiotarget.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS::AllocationSize

Definition at line 253 of file wdfiotarget.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS::CreateDisposition

Definition at line 231 of file wdfiotarget.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS::CreateOptions

Definition at line 238 of file wdfiotarget.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS::DesiredAccess

Definition at line 190 of file wdfiotarget.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS::EaBuffer

Definition at line 243 of file wdfiotarget.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS::EaBufferLength

Definition at line 248 of file wdfiotarget.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS::EvtIoTargetQueryRemove

Definition at line 140 of file wdfiotarget.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS::EvtIoTargetRemoveCanceled

Definition at line 146 of file wdfiotarget.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS::EvtIoTargetRemoveComplete

Definition at line 152 of file wdfiotarget.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS::FileAttributes

Definition at line 218 of file wdfiotarget.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS::FileInformation

Definition at line 264 of file wdfiotarget.h.

◆ FileName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS::FileName

Definition at line 278 of file wdfiotarget.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS::ShareAccess

Definition at line 205 of file wdfiotarget.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS::Size

Definition at line 127 of file wdfiotarget.h.

Referenced by if().

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS::TargetDeviceName

Definition at line 175 of file wdfiotarget.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS::TargetDeviceObject

Definition at line 160 of file wdfiotarget.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS::TargetFileObject

Definition at line 167 of file wdfiotarget.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS::Type

Definition at line 133 of file wdfiotarget.h.


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