ReactOS
0.4.15-dev-4914-g2220e56
|
#include "fxsupportpch.hpp"
Go to the source code of this file.
Variables | |
_Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES | CollectionAttributes |
_Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES __out WDFCOLLECTION * | Collection |
PFX_DRIVER_GLOBALS | pFxDriverGlobals = GetFxDriverGlobals(DriverGlobals) |
NTSTATUS | status = FxValidateObjectAttributes(pFxDriverGlobals, CollectionAttributes) |
FxCollection * | pCollection |
WDFCOLLECTION | hCol |
else | |
KIRQL | irql |
ULONG | count = pCollection->Count() |
_Must_inspect_result_ __in WDFCOLLECTION __in WDFOBJECT | Object |
FxObject * | pObject = pCollection->GetItem(Index) |
__in WDFCOLLECTION __in ULONG | Index |
FxCollectionEntry * | pEntry = pCollection->FindEntry(Index) |
__in WDFCOLLECTION __in WDFOBJECT | Item |
_Must_inspect_result_ __drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
FxObjectHandleGetPtr | ( | GetFxDriverGlobals(DriverGlobals) | , |
Collection | , | ||
FX_TYPE_COLLECTION | , | ||
(PVOID *)& | pCollection | ||
) |
FxObjectHandleGetPtr | ( | pFxDriverGlobals | , |
Object | , | ||
FX_TYPE_OBJECT | , | ||
(PVOID *) & | pObject | ||
) |
FxObjectHandleGetPtr | ( | pFxDriverGlobals | , |
Item | , | ||
FX_TYPE_OBJECT | , | ||
(PVOID *) & | pObject | ||
) |
FxObjectHandleGetPtr | ( | GetFxDriverGlobals(DriverGlobals) | , |
Collection | , | ||
FX_TYPE_COLLECTION | , | ||
(PVOID *) & | pCollection | ||
) |
FxObjectHandleGetPtrAndGlobals | ( | GetFxDriverGlobals(DriverGlobals) | , |
Collection | , | ||
FX_TYPE_COLLECTION | , | ||
(PVOID *) & | pCollection, | ||
& | pFxDriverGlobals | ||
) |
Referenced by if().
FxPointerNotNull | ( | pFxDriverGlobals | , |
Collection | |||
) |
Referenced by _Releases_lock_(), and if().
if | ( | NT_SUCCESS(FxValidateObjectAttributesForParentHandle( pFxDriverGlobals, CollectionAttributes)) | ) |
Definition at line 60 of file fxcollectionapi.cpp.
if | ( | ! | NT_SUCCESSstatus | ) |
Definition at line 76 of file fxcollectionapi.cpp.
if | ( | pCollection ! | = NULL | ) |
Definition at line 83 of file fxcollectionapi.cpp.
Definition at line 205 of file fxcollectionapi.cpp.
Definition at line 217 of file fxcollectionapi.cpp.
Definition at line 316 of file fxcollectionapi.cpp.
pCollection Unlock | ( | irql | ) |
__in WDFCOLLECTION Collection |
Definition at line 47 of file fxcollectionapi.cpp.
_Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES CollectionAttributes |
Definition at line 43 of file fxcollectionapi.cpp.
Referenced by if().
return count = pCollection->Count() |
Definition at line 121 of file fxcollectionapi.cpp.
else |
Definition at line 97 of file fxcollectionapi.cpp.
WDFCOLLECTION hCol |
Definition at line 53 of file fxcollectionapi.cpp.
Referenced by if().
Definition at line 185 of file fxcollectionapi.cpp.
pCollection Lock& irql |
Definition at line 120 of file fxcollectionapi.cpp.
Definition at line 241 of file fxcollectionapi.cpp.
_Must_inspect_result_ __in WDFCOLLECTION __in WDFOBJECT Object |
Definition at line 147 of file fxcollectionapi.cpp.
FxCollection * pCollection |
Definition at line 52 of file fxcollectionapi.cpp.
Referenced by if().
pEntry = pCollection->FindEntry(Index) |
Definition at line 190 of file fxcollectionapi.cpp.
Referenced by if().
PFX_DRIVER_GLOBALS pFxDriverGlobals = GetFxDriverGlobals(DriverGlobals) |
Definition at line 50 of file fxcollectionapi.cpp.
Referenced by if().
pObject = pCollection->GetItem(Index) |
Definition at line 152 of file fxcollectionapi.cpp.
Referenced by if().
Definition at line 51 of file fxcollectionapi.cpp.
Referenced by if().