ReactOS 0.4.15-dev-7918-g2a2556c
_WDF_IO_TARGET_OPEN_PARAMS_V1_13 Struct Reference

#include <wdf113.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V1_13:

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 1724 of file wdf113.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V1_13::AllocationSize

Definition at line 1853 of file wdf113.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_13::CreateDisposition

Definition at line 1831 of file wdf113.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_13::CreateOptions

Definition at line 1838 of file wdf113.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V1_13::DesiredAccess

Definition at line 1790 of file wdf113.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V1_13::EaBuffer

Definition at line 1843 of file wdf113.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_13::EaBufferLength

Definition at line 1848 of file wdf113.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V1_13::EvtIoTargetQueryRemove

Definition at line 1741 of file wdf113.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V1_13::EvtIoTargetRemoveCanceled

Definition at line 1747 of file wdf113.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V1_13::EvtIoTargetRemoveComplete

Definition at line 1753 of file wdf113.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_13::FileAttributes

Definition at line 1818 of file wdf113.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_13::FileInformation

Definition at line 1864 of file wdf113.h.

◆ FileName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V1_13::FileName

Definition at line 1878 of file wdf113.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_13::ShareAccess

Definition at line 1805 of file wdf113.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_13::Size

Definition at line 1728 of file wdf113.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V1_13::TargetDeviceName

Definition at line 1775 of file wdf113.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_13::TargetDeviceObject

Definition at line 1760 of file wdf113.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_13::TargetFileObject

Definition at line 1767 of file wdf113.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V1_13::Type

Definition at line 1734 of file wdf113.h.


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