ReactOS 0.4.15-dev-8092-ge0ba2f3
_WDF_IO_TARGET_OPEN_PARAMS_V1_11 Struct Reference

#include <wdf111.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V1_11:

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 1622 of file wdf111.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V1_11::AllocationSize

Definition at line 1712 of file wdf111.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_11::CreateDisposition

Definition at line 1700 of file wdf111.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_11::CreateOptions

Definition at line 1706 of file wdf111.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V1_11::DesiredAccess

Definition at line 1680 of file wdf111.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V1_11::EaBuffer

Definition at line 1708 of file wdf111.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_11::EaBufferLength

Definition at line 1710 of file wdf111.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V1_11::EvtIoTargetQueryRemove

Definition at line 1639 of file wdf111.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V1_11::EvtIoTargetRemoveCanceled

Definition at line 1645 of file wdf111.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V1_11::EvtIoTargetRemoveComplete

Definition at line 1651 of file wdf111.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_11::FileAttributes

Definition at line 1694 of file wdf111.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_11::FileInformation

Definition at line 1721 of file wdf111.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_11::ShareAccess

Definition at line 1688 of file wdf111.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_11::Size

Definition at line 1626 of file wdf111.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V1_11::TargetDeviceName

Definition at line 1672 of file wdf111.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_11::TargetDeviceObject

Definition at line 1657 of file wdf111.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_11::TargetFileObject

Definition at line 1664 of file wdf111.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V1_11::Type

Definition at line 1632 of file wdf111.h.


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