ReactOS 0.4.15-dev-7942-gd23573b
_WDF_IO_TARGET_OPEN_PARAMS_V1_9 Struct Reference

#include <wdf19.h>

Collaboration diagram for _WDF_IO_TARGET_OPEN_PARAMS_V1_9:

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 1326 of file wdf19.h.

Member Data Documentation

◆ AllocationSize

PLONGLONG _WDF_IO_TARGET_OPEN_PARAMS_V1_9::AllocationSize

Definition at line 1416 of file wdf19.h.

◆ CreateDisposition

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_9::CreateDisposition

Definition at line 1404 of file wdf19.h.

◆ CreateOptions

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_9::CreateOptions

Definition at line 1410 of file wdf19.h.

◆ DesiredAccess

ACCESS_MASK _WDF_IO_TARGET_OPEN_PARAMS_V1_9::DesiredAccess

Definition at line 1384 of file wdf19.h.

◆ EaBuffer

PVOID _WDF_IO_TARGET_OPEN_PARAMS_V1_9::EaBuffer

Definition at line 1412 of file wdf19.h.

◆ EaBufferLength

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_9::EaBufferLength

Definition at line 1414 of file wdf19.h.

◆ EvtIoTargetQueryRemove

PFN_WDF_IO_TARGET_QUERY_REMOVE _WDF_IO_TARGET_OPEN_PARAMS_V1_9::EvtIoTargetQueryRemove

Definition at line 1343 of file wdf19.h.

◆ EvtIoTargetRemoveCanceled

PFN_WDF_IO_TARGET_REMOVE_CANCELED _WDF_IO_TARGET_OPEN_PARAMS_V1_9::EvtIoTargetRemoveCanceled

Definition at line 1349 of file wdf19.h.

◆ EvtIoTargetRemoveComplete

PFN_WDF_IO_TARGET_REMOVE_COMPLETE _WDF_IO_TARGET_OPEN_PARAMS_V1_9::EvtIoTargetRemoveComplete

Definition at line 1355 of file wdf19.h.

◆ FileAttributes

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_9::FileAttributes

Definition at line 1398 of file wdf19.h.

◆ FileInformation

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_9::FileInformation

Definition at line 1425 of file wdf19.h.

◆ ShareAccess

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_9::ShareAccess

Definition at line 1392 of file wdf19.h.

◆ Size

ULONG _WDF_IO_TARGET_OPEN_PARAMS_V1_9::Size

Definition at line 1330 of file wdf19.h.

◆ TargetDeviceName

UNICODE_STRING _WDF_IO_TARGET_OPEN_PARAMS_V1_9::TargetDeviceName

Definition at line 1376 of file wdf19.h.

◆ TargetDeviceObject

PDEVICE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_9::TargetDeviceObject

Definition at line 1361 of file wdf19.h.

◆ TargetFileObject

PFILE_OBJECT _WDF_IO_TARGET_OPEN_PARAMS_V1_9::TargetFileObject

Definition at line 1368 of file wdf19.h.

◆ Type

WDF_IO_TARGET_OPEN_TYPE _WDF_IO_TARGET_OPEN_PARAMS_V1_9::Type

Definition at line 1336 of file wdf19.h.


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