ReactOS 0.4.15-dev-7953-g1f49173
_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.

Referenced by DriverEntry(), and DriverEvtDeviceAdd().

◆ EvtDestroyCallback

PFN_WDF_OBJECT_CONTEXT_DESTROY _WDF_OBJECT_ATTRIBUTES::EvtDestroyCallback

Definition at line 115 of file wdfobject.h.

◆ ExecutionLevel

◆ ParentObject

◆ Size

ULONG _WDF_OBJECT_ATTRIBUTES::Size

◆ SynchronizationScope


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