ReactOS 0.4.15-dev-7924-g5949c20
_WDF_IO_TARGET_OPEN_PARAMS_V1_0 Struct Reference

#include <wdf10.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V1_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
 

Detailed Description

Definition at line 1113 of file wdf10.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V1_0::AllocationSize

Definition at line 1203 of file wdf10.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_0::CreateDisposition

Definition at line 1191 of file wdf10.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_0::CreateOptions

Definition at line 1197 of file wdf10.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V1_0::DesiredAccess

Definition at line 1171 of file wdf10.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V1_0::EaBuffer

Definition at line 1199 of file wdf10.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_0::EaBufferLength

Definition at line 1201 of file wdf10.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V1_0::EvtIoTargetQueryRemove

Definition at line 1130 of file wdf10.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V1_0::EvtIoTargetRemoveCanceled

Definition at line 1136 of file wdf10.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V1_0::EvtIoTargetRemoveComplete

Definition at line 1142 of file wdf10.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_0::FileAttributes

Definition at line 1185 of file wdf10.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_0::FileInformation

Definition at line 1212 of file wdf10.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_0::ShareAccess

Definition at line 1179 of file wdf10.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_0::Size

Definition at line 1117 of file wdf10.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V1_0::TargetDeviceName

Definition at line 1163 of file wdf10.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_0::TargetDeviceObject

Definition at line 1148 of file wdf10.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_0::TargetFileObject

Definition at line 1155 of file wdf10.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V1_0::Type

Definition at line 1123 of file wdf10.h.


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