ReactOS 0.4.15-dev-7958-gcd0bb1a
_WDFCX_FILEOBJECT_CONFIG Struct Reference

#include <wdfcx.h>

Collaboration diagram for _WDFCX_FILEOBJECT_CONFIG:

Public Attributes

ULONG Size
 
PFN_WDFCX_DEVICE_FILE_CREATE EvtCxDeviceFileCreate
 
PFN_WDF_FILE_CLOSE EvtFileClose
 
PFN_WDF_FILE_CLEANUP EvtFileCleanup
 
WDF_TRI_STATE AutoForwardCleanupClose
 
WDF_FILEOBJECT_CLASS FileObjectClass
 

Detailed Description

Definition at line 19 of file wdfcx.h.

Member Data Documentation

◆ AutoForwardCleanupClose

WDF_TRI_STATE _WDFCX_FILEOBJECT_CONFIG::AutoForwardCleanupClose

Definition at line 51 of file wdfcx.h.

◆ EvtCxDeviceFileCreate

PFN_WDFCX_DEVICE_FILE_CREATE _WDFCX_FILEOBJECT_CONFIG::EvtCxDeviceFileCreate

Definition at line 28 of file wdfcx.h.

Referenced by FxDevice::ConfigureAutoForwardCleanupClose(), and FxPkgGeneral::Initialize().

◆ EvtFileCleanup

PFN_WDF_FILE_CLEANUP _WDFCX_FILEOBJECT_CONFIG::EvtFileCleanup

Definition at line 38 of file wdfcx.h.

Referenced by FxPkgGeneral::Initialize().

◆ EvtFileClose

PFN_WDF_FILE_CLOSE _WDFCX_FILEOBJECT_CONFIG::EvtFileClose

Definition at line 33 of file wdfcx.h.

Referenced by FxPkgGeneral::Initialize().

◆ FileObjectClass

WDF_FILEOBJECT_CLASS _WDFCX_FILEOBJECT_CONFIG::FileObjectClass

Definition at line 58 of file wdfcx.h.

◆ Size

ULONG _WDFCX_FILEOBJECT_CONFIG::Size

Definition at line 23 of file wdfcx.h.


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