ReactOS 0.4.15-dev-7942-gd23573b
_WDF_IO_TARGET_OPEN_PARAMS_V2_0 Struct Reference

#include <wdf20.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V2_0:

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 1637 of file wdf20.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V2_0::AllocationSize

Definition at line 1766 of file wdf20.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_0::CreateDisposition

Definition at line 1744 of file wdf20.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_0::CreateOptions

Definition at line 1751 of file wdf20.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V2_0::DesiredAccess

Definition at line 1703 of file wdf20.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V2_0::EaBuffer

Definition at line 1756 of file wdf20.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_0::EaBufferLength

Definition at line 1761 of file wdf20.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V2_0::EvtIoTargetQueryRemove

Definition at line 1654 of file wdf20.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V2_0::EvtIoTargetRemoveCanceled

Definition at line 1660 of file wdf20.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V2_0::EvtIoTargetRemoveComplete

Definition at line 1666 of file wdf20.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_0::FileAttributes

Definition at line 1731 of file wdf20.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_0::FileInformation

Definition at line 1777 of file wdf20.h.

◆ FileName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V2_0::FileName

Definition at line 1791 of file wdf20.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_0::ShareAccess

Definition at line 1718 of file wdf20.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_0::Size

Definition at line 1641 of file wdf20.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V2_0::TargetDeviceName

Definition at line 1688 of file wdf20.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V2_0::TargetDeviceObject

Definition at line 1673 of file wdf20.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V2_0::TargetFileObject

Definition at line 1680 of file wdf20.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V2_0::Type

Definition at line 1647 of file wdf20.h.


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