|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fxresource.hpp>


Public Member Functions | |
| FxPortResourceInfo (VOID) | |
| ~FxPortResourceInfo () | |
| VOID | SetPhysicalAddress (__in PHYSICAL_ADDRESS StartPa, __in SIZE_T Length) |
Public Member Functions inherited from FxStump | |
| PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
| PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType) |
| VOID | operator delete (__in PVOID pointer) |
| PVOID | operator new[] (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
| VOID | operator delete[] (__in PVOID pointer) |
Static Public Member Functions | |
| static NTSTATUS | _CreateAndInit (_In_ PFX_DRIVER_GLOBALS DriverGlobals, _In_ ULONG Count, _Out_ FxPortResourceInfo **PortTable) |
Public Attributes | |
| PHYSICAL_ADDRESS | m_StartPa |
| PHYSICAL_ADDRESS | m_EndPa |
| SIZE_T | m_Length |
Additional Inherited Members | |
Protected Member Functions inherited from FxStump | |
| FxStump (VOID) | |
Definition at line 148 of file fxresource.hpp.
|
inline |
Definition at line 193 of file fxresource.hpp.
|
inline |
Definition at line 202 of file fxresource.hpp.
|
inlinestatic |
Definition at line 166 of file fxresource.hpp.
Referenced by FxCmResList::BuildPortResourceTable().
|
inline |
Definition at line 205 of file fxresource.hpp.
Referenced by FxCmResList::BuildPortResourceTable().
| PHYSICAL_ADDRESS FxPortResourceInfo::m_EndPa |
Definition at line 157 of file fxresource.hpp.
Referenced by FxPortResourceInfo(), and SetPhysicalAddress().
| SIZE_T FxPortResourceInfo::m_Length |
Definition at line 162 of file fxresource.hpp.
Referenced by SetPhysicalAddress().
| PHYSICAL_ADDRESS FxPortResourceInfo::m_StartPa |
Definition at line 152 of file fxresource.hpp.
Referenced by FxPortResourceInfo(), and SetPhysicalAddress().