ReactOS 0.4.15-dev-7942-gd23573b
_WDF_IO_TARGET_OPEN_PARAMS_V2_15 Struct Reference

#include <wdf215.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V2_15:

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 1644 of file wdf215.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V2_15::AllocationSize

Definition at line 1773 of file wdf215.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_15::CreateDisposition

Definition at line 1751 of file wdf215.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_15::CreateOptions

Definition at line 1758 of file wdf215.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V2_15::DesiredAccess

Definition at line 1710 of file wdf215.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V2_15::EaBuffer

Definition at line 1763 of file wdf215.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_15::EaBufferLength

Definition at line 1768 of file wdf215.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V2_15::EvtIoTargetQueryRemove

Definition at line 1661 of file wdf215.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V2_15::EvtIoTargetRemoveCanceled

Definition at line 1667 of file wdf215.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V2_15::EvtIoTargetRemoveComplete

Definition at line 1673 of file wdf215.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_15::FileAttributes

Definition at line 1738 of file wdf215.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_15::FileInformation

Definition at line 1784 of file wdf215.h.

◆ FileName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V2_15::FileName

Definition at line 1798 of file wdf215.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_15::ShareAccess

Definition at line 1725 of file wdf215.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V2_15::Size

Definition at line 1648 of file wdf215.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V2_15::TargetDeviceName

Definition at line 1695 of file wdf215.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V2_15::TargetDeviceObject

Definition at line 1680 of file wdf215.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V2_15::TargetFileObject

Definition at line 1687 of file wdf215.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V2_15::Type

Definition at line 1654 of file wdf215.h.


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