ReactOS 0.4.15-dev-7842-g558ab78
_WDF_OBJECT_ATTRIBUTES_V2_0 Struct Reference

#include <wdf20.h>

Collaboration diagram for _WDF_OBJECT_ATTRIBUTES_V2_0:

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_V2_0 ContextTypeInfo
 

Detailed Description

Definition at line 1854 of file wdf20.h.

Member Data Documentation

◆ ContextSizeOverride

size_t _WDF_OBJECT_ATTRIBUTES_V2_0::ContextSizeOverride

Definition at line 1890 of file wdf20.h.

◆ ContextTypeInfo

PCWDF_OBJECT_CONTEXT_TYPE_INFO_V2_0 _WDF_OBJECT_ATTRIBUTES_V2_0::ContextTypeInfo

Definition at line 1895 of file wdf20.h.

◆ EvtCleanupCallback

PFN_WDF_OBJECT_CONTEXT_CLEANUP _WDF_OBJECT_ATTRIBUTES_V2_0::EvtCleanupCallback

Definition at line 1863 of file wdf20.h.

◆ EvtDestroyCallback

PFN_WDF_OBJECT_CONTEXT_DESTROY _WDF_OBJECT_ATTRIBUTES_V2_0::EvtDestroyCallback

Definition at line 1869 of file wdf20.h.

◆ ExecutionLevel

WDF_EXECUTION_LEVEL _WDF_OBJECT_ATTRIBUTES_V2_0::ExecutionLevel

Definition at line 1874 of file wdf20.h.

◆ ParentObject

WDFOBJECT _WDF_OBJECT_ATTRIBUTES_V2_0::ParentObject

Definition at line 1884 of file wdf20.h.

◆ Size

ULONG _WDF_OBJECT_ATTRIBUTES_V2_0::Size

Definition at line 1858 of file wdf20.h.

◆ SynchronizationScope

WDF_SYNCHRONIZATION_SCOPE _WDF_OBJECT_ATTRIBUTES_V2_0::SynchronizationScope

Definition at line 1879 of file wdf20.h.


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