ReactOS 0.4.17-dev-116-ga4b6fe9
_WDF_OBJECT_ATTRIBUTES Struct Reference

#include <wdfobject.h>

Collaboration diagram for _WDF_OBJECT_ATTRIBUTES:

Public Attributes

ULONG Size
 
PFN_WDF_OBJECT_CONTEXT_CLEANUP EvtCleanupCallback
 
PFN_WDF_OBJECT_CONTEXT_DESTROY EvtDestroyCallback
 
WDF_EXECUTION_LEVEL ExecutionLevel
 
WDF_SYNCHRONIZATION_SCOPE SynchronizationScope
 
WDFOBJECT ParentObject
 
size_t ContextSizeOverride
 
PCWDF_OBJECT_CONTEXT_TYPE_INFO ContextTypeInfo
 

Detailed Description

Definition at line 100 of file wdfobject.h.

Member Data Documentation

◆ ContextSizeOverride

size_t _WDF_OBJECT_ATTRIBUTES::ContextSizeOverride

Definition at line 136 of file wdfobject.h.

◆ ContextTypeInfo

PCWDF_OBJECT_CONTEXT_TYPE_INFO _WDF_OBJECT_ATTRIBUTES::ContextTypeInfo

Definition at line 141 of file wdfobject.h.

◆ EvtCleanupCallback

PFN_WDF_OBJECT_CONTEXT_CLEANUP _WDF_OBJECT_ATTRIBUTES::EvtCleanupCallback

Definition at line 109 of file wdfobject.h.

◆ EvtDestroyCallback

PFN_WDF_OBJECT_CONTEXT_DESTROY _WDF_OBJECT_ATTRIBUTES::EvtDestroyCallback

Definition at line 115 of file wdfobject.h.

◆ ExecutionLevel

WDF_EXECUTION_LEVEL _WDF_OBJECT_ATTRIBUTES::ExecutionLevel

Definition at line 120 of file wdfobject.h.

Referenced by FxPkgGeneral::ConfigureConstraints().

◆ ParentObject

WDFOBJECT _WDF_OBJECT_ATTRIBUTES::ParentObject

Definition at line 130 of file wdfobject.h.

Referenced by DriverEvtDeviceAdd(), and if().

◆ Size

ULONG _WDF_OBJECT_ATTRIBUTES::Size

◆ SynchronizationScope

WDF_SYNCHRONIZATION_SCOPE _WDF_OBJECT_ATTRIBUTES::SynchronizationScope

Definition at line 125 of file wdfobject.h.

Referenced by FxPkgGeneral::ConfigureConstraints().


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