ReactOS 0.4.16-dev-289-g096a551
|
#include <winbase.h>
Public Attributes | |
DWORD | dwLength |
DWORD | dwMemoryLoad |
SIZE_T | dwTotalPhys |
SIZE_T | dwAvailPhys |
SIZE_T | dwTotalPageFile |
SIZE_T | dwAvailPageFile |
SIZE_T | dwTotalVirtual |
SIZE_T | dwAvailVirtual |
SIZE_T _MEMORYSTATUS::dwAvailPageFile |
Definition at line 1246 of file winbase.h.
Referenced by CommandMemory(), and CookupNodeId().
SIZE_T _MEMORYSTATUS::dwAvailPhys |
Definition at line 1244 of file winbase.h.
Referenced by AllSysInfo(), CommandMemory(), and CookupNodeId().
SIZE_T _MEMORYSTATUS::dwAvailVirtual |
Definition at line 1248 of file winbase.h.
Referenced by AllSysInfo(), CommandMemory(), and CookupNodeId().
DWORD _MEMORYSTATUS::dwLength |
Definition at line 1241 of file winbase.h.
Referenced by CommandMemory(), and CookupNodeId().
DWORD _MEMORYSTATUS::dwMemoryLoad |
Definition at line 1242 of file winbase.h.
Referenced by CommandMemory(), and CookupNodeId().
SIZE_T _MEMORYSTATUS::dwTotalPageFile |
Definition at line 1245 of file winbase.h.
Referenced by CommandMemory(), and CookupNodeId().
SIZE_T _MEMORYSTATUS::dwTotalPhys |
Definition at line 1243 of file winbase.h.
Referenced by AllSysInfo(), CommandMemory(), and CookupNodeId().
SIZE_T _MEMORYSTATUS::dwTotalVirtual |
Definition at line 1247 of file winbase.h.
Referenced by AllSysInfo(), CommandMemory(), and CookupNodeId().