|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "fxforwardum.hpp"

Go to the source code of this file.
Typedefs | |
| typedef struct _FX_DRIVER_GLOBALS * | PFX_DRIVER_GLOBALS |
Functions | |
| PVOID | FxObjectHandleAlloc (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType, __in size_t Size, __in ULONG Tag, __in_opt PWDF_OBJECT_ATTRIBUTES Attributes, __in USHORT ExtraSize, __in FxObjectType ObjectType) |
| typedef struct _FX_DRIVER_GLOBALS* PFX_DRIVER_GLOBALS |
Definition at line 7 of file fxforward.hpp.
| PVOID FxObjectHandleAlloc | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
| __in POOL_TYPE | PoolType, | ||
| __in size_t | Size, | ||
| __in ULONG | Tag, | ||
| __in_opt PWDF_OBJECT_ATTRIBUTES | Attributes, | ||
| __in USHORT | ExtraSize, | ||
| __in FxObjectType | ObjectType | ||
| ) |
Definition at line 163 of file handleapi.cpp.
Referenced by FxObject::operator new(), and FxMemoryBuffer::operator new().