ReactOS 0.4.15-dev-7958-gcd0bb1a
_WDF_OBJECT_ATTRIBUTES_V1_0 Struct Reference

#include <wdf10.h>

Collaboration diagram for _WDF_OBJECT_ATTRIBUTES_V1_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_V1_0 ContextTypeInfo
 

Detailed Description

Definition at line 1278 of file wdf10.h.

Member Data Documentation

◆ ContextSizeOverride

size_t _WDF_OBJECT_ATTRIBUTES_V1_0::ContextSizeOverride

Definition at line 1314 of file wdf10.h.

◆ ContextTypeInfo

PCWDF_OBJECT_CONTEXT_TYPE_INFO_V1_0 _WDF_OBJECT_ATTRIBUTES_V1_0::ContextTypeInfo

Definition at line 1319 of file wdf10.h.

◆ EvtCleanupCallback

PFN_WDF_OBJECT_CONTEXT_CLEANUP _WDF_OBJECT_ATTRIBUTES_V1_0::EvtCleanupCallback

Definition at line 1287 of file wdf10.h.

◆ EvtDestroyCallback

PFN_WDF_OBJECT_CONTEXT_DESTROY _WDF_OBJECT_ATTRIBUTES_V1_0::EvtDestroyCallback

Definition at line 1293 of file wdf10.h.

◆ ExecutionLevel

WDF_EXECUTION_LEVEL _WDF_OBJECT_ATTRIBUTES_V1_0::ExecutionLevel

Definition at line 1298 of file wdf10.h.

◆ ParentObject

WDFOBJECT _WDF_OBJECT_ATTRIBUTES_V1_0::ParentObject

Definition at line 1308 of file wdf10.h.

◆ Size

ULONG _WDF_OBJECT_ATTRIBUTES_V1_0::Size

Definition at line 1282 of file wdf10.h.

◆ SynchronizationScope

WDF_SYNCHRONIZATION_SCOPE _WDF_OBJECT_ATTRIBUTES_V1_0::SynchronizationScope

Definition at line 1303 of file wdf10.h.


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