ReactOS 0.4.16-dev-91-g764881a
|
#include "FxGlobals.h"
Go to the source code of this file.
Macros | |
#define | DDI_ENTRY_IMPERSONATION_OK() WDF_ACTIVATION activationFrame(GetActivationList()); \ |
#define | DDI_ENTRY() |
Functions | |
_Must_inspect_result_ __inline BOOLEAN | FxIsProcessorGroupSupported (VOID) |
__inline VOID | FX_TRACK_DRIVER (__in PFX_DRIVER_GLOBALS FxDriverGlobals) |
_Must_inspect_result_ __inline PVOID | FxAllocateFromNPagedLookasideListNoTracking (__in PNPAGED_LOOKASIDE_LIST Lookaside) |
__inline PVOID | FxAllocateFromNPagedLookasideList (_In_ PNPAGED_LOOKASIDE_LIST Lookaside, _In_opt_ size_t ElementSize=0) |
__inline PVOID | FxAllocateFromPagedLookasideList (__in PPAGED_LOOKASIDE_LIST Lookaside) |
__inline VOID | FxFreeToNPagedLookasideListNoTracking (__in PNPAGED_LOOKASIDE_LIST Lookaside, __in PVOID Entry) |
__inline VOID | FxFreeToPagedLookasideList (__in PPAGED_LOOKASIDE_LIST Lookaside, __in PVOID Entry) |
__inline VOID | FxFreeToNPagedLookasideList (__in PNPAGED_LOOKASIDE_LIST Lookaside, __in PVOID Entry) |
__inline BOOL | IsCurrentThreadImpersonated () |
__inline PWDF_ACTIVATION_FRAME * | GetActivationList (VOID) |
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.
__inline VOID FxFreeToPagedLookasideList | ( | __in PPAGED_LOOKASIDE_LIST | Lookaside, |
__in PVOID | Entry | ||
) |
Definition at line 117 of file fxglobalsum.h.
_Must_inspect_result_ __inline BOOLEAN FxIsProcessorGroupSupported | ( | VOID | ) |
Definition at line 39 of file fxglobalsum.h.
__inline PWDF_ACTIVATION_FRAME * GetActivationList | ( | VOID | ) |
Definition at line 148 of file fxglobalsum.h.
__inline BOOL IsCurrentThreadImpersonated | ( | ) |
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().