ReactOS 0.4.15-dev-8061-g57b775e
_WDF_FILEOBJECT_CONFIG Struct Reference

#include <wdfdevice.h>

Collaboration diagram for _WDF_FILEOBJECT_CONFIG:

Public Attributes

ULONG Size
 
PFN_WDF_DEVICE_FILE_CREATE EvtDeviceFileCreate
 
PFN_WDF_FILE_CLOSE EvtFileClose
 
PFN_WDF_FILE_CLEANUP EvtFileCleanup
 
WDF_TRI_STATE AutoForwardCleanupClose
 
WDF_FILEOBJECT_CLASS FileObjectClass
 

Detailed Description

Definition at line 580 of file wdfdevice.h.

Member Data Documentation

◆ AutoForwardCleanupClose

WDF_TRI_STATE _WDF_FILEOBJECT_CONFIG::AutoForwardCleanupClose

Definition at line 612 of file wdfdevice.h.

Referenced by DriverEvtDeviceAdd().

◆ EvtDeviceFileCreate

PFN_WDF_DEVICE_FILE_CREATE _WDF_FILEOBJECT_CONFIG::EvtDeviceFileCreate

Definition at line 589 of file wdfdevice.h.

◆ EvtFileCleanup

PFN_WDF_FILE_CLEANUP _WDF_FILEOBJECT_CONFIG::EvtFileCleanup

Definition at line 599 of file wdfdevice.h.

◆ EvtFileClose

PFN_WDF_FILE_CLOSE _WDF_FILEOBJECT_CONFIG::EvtFileClose

Definition at line 594 of file wdfdevice.h.

◆ FileObjectClass

WDF_FILEOBJECT_CLASS _WDF_FILEOBJECT_CONFIG::FileObjectClass

Definition at line 619 of file wdfdevice.h.

Referenced by DriverEvtDeviceAdd().

◆ Size

ULONG _WDF_FILEOBJECT_CONFIG::Size

Definition at line 584 of file wdfdevice.h.


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