|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "FxGlobals.h"
Go to the source code of this file.
Macros | |
| #define | DDI_ENTRY_IMPERSONATION_OK() WDF_ACTIVATION activationFrame(GetActivationList()); \ |
| #define | DDI_ENTRY() |
Variables | |
| IUMDFPlatform * | g_IUMDFPlatform |
| IWudfHost2 * | g_IWudfHost2 |
| #define DDI_ENTRY | ( | ) |
Definition at line 173 of file fxglobalsum.h.
| #define DDI_ENTRY_IMPERSONATION_OK | ( | ) | WDF_ACTIVATION activationFrame(GetActivationList()); \ |
Definition at line 170 of file fxglobalsum.h.
| __inline VOID FX_TRACK_DRIVER | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals | ) |
Definition at line 52 of file fxglobalsum.h.
| __inline PVOID FxAllocateFromNPagedLookasideList | ( | _In_ PNPAGED_LOOKASIDE_LIST | Lookaside, |
| _In_opt_ size_t | ElementSize = 0 |
||
| ) |
Definition at line 76 of file fxglobalsum.h.
| _Must_inspect_result_ __inline PVOID FxAllocateFromNPagedLookasideListNoTracking | ( | __in PNPAGED_LOOKASIDE_LIST | Lookaside | ) |
Definition at line 65 of file fxglobalsum.h.
| __inline PVOID FxAllocateFromPagedLookasideList | ( | __in PPAGED_LOOKASIDE_LIST | Lookaside | ) |
Definition at line 94 of file fxglobalsum.h.
| __inline VOID FxFreeToNPagedLookasideList | ( | __in PNPAGED_LOOKASIDE_LIST | Lookaside, |
| __in PVOID | Entry | ||
| ) |
Definition at line 129 of file fxglobalsum.h.
| __inline VOID FxFreeToNPagedLookasideListNoTracking | ( | __in PNPAGED_LOOKASIDE_LIST | Lookaside, |
| __in PVOID | Entry | ||
| ) |
Definition at line 105 of file fxglobalsum.h.
Definition at line 117 of file fxglobalsum.h.
| _Must_inspect_result_ __inline BOOLEAN FxIsProcessorGroupSupported | ( | VOID | ) |
Definition at line 39 of file fxglobalsum.h.
Definition at line 148 of file fxglobalsum.h.
Definition at line 141 of file fxglobalsum.h.
|
extern |
Definition at line 29 of file mxgeneralum.cpp.
Referenced by GetActivationList().
|
extern |
Definition at line 48 of file framework.cpp.
Referenced by IsCurrentThreadImpersonated().