ReactOS 0.4.17-dev-357-ga8f14ff
_MEMORYSTATUS Struct Reference

#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
 

Detailed Description

Definition at line 918 of file winbase.h.

Member Data Documentation

◆ dwAvailPageFile

SIZE_T _MEMORYSTATUS::dwAvailPageFile

Definition at line 924 of file winbase.h.

Referenced by CommandMemory(), CookupNodeId(), and test_GlobalMemoryStatus().

◆ dwAvailPhys

SIZE_T _MEMORYSTATUS::dwAvailPhys

Definition at line 922 of file winbase.h.

Referenced by AllSysInfo(), CommandMemory(), CookupNodeId(), and test_GlobalMemoryStatus().

◆ dwAvailVirtual

SIZE_T _MEMORYSTATUS::dwAvailVirtual

Definition at line 926 of file winbase.h.

Referenced by AllSysInfo(), CommandMemory(), CookupNodeId(), and test_GlobalMemoryStatus().

◆ dwLength

DWORD _MEMORYSTATUS::dwLength

Definition at line 919 of file winbase.h.

Referenced by CommandMemory(), CookupNodeId(), and test_GlobalMemoryStatus().

◆ dwMemoryLoad

DWORD _MEMORYSTATUS::dwMemoryLoad

Definition at line 920 of file winbase.h.

Referenced by CommandMemory(), CookupNodeId(), and test_GlobalMemoryStatus().

◆ dwTotalPageFile

SIZE_T _MEMORYSTATUS::dwTotalPageFile

Definition at line 923 of file winbase.h.

Referenced by CommandMemory(), CookupNodeId(), and test_GlobalMemoryStatus().

◆ dwTotalPhys

SIZE_T _MEMORYSTATUS::dwTotalPhys

Definition at line 921 of file winbase.h.

Referenced by AllSysInfo(), CommandMemory(), CookupNodeId(), and test_GlobalMemoryStatus().

◆ dwTotalVirtual

SIZE_T _MEMORYSTATUS::dwTotalVirtual

Definition at line 925 of file winbase.h.

Referenced by AllSysInfo(), CommandMemory(), CookupNodeId(), and test_GlobalMemoryStatus().


The documentation for this struct was generated from the following file: