ReactOS 0.4.16-dev-289-g096a551
_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 1240 of file winbase.h.

Member Data Documentation

◆ dwAvailPageFile

SIZE_T _MEMORYSTATUS::dwAvailPageFile

Definition at line 1246 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwAvailPhys

SIZE_T _MEMORYSTATUS::dwAvailPhys

Definition at line 1244 of file winbase.h.

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

◆ dwAvailVirtual

SIZE_T _MEMORYSTATUS::dwAvailVirtual

Definition at line 1248 of file winbase.h.

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

◆ dwLength

DWORD _MEMORYSTATUS::dwLength

Definition at line 1241 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwMemoryLoad

DWORD _MEMORYSTATUS::dwMemoryLoad

Definition at line 1242 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwTotalPageFile

SIZE_T _MEMORYSTATUS::dwTotalPageFile

Definition at line 1245 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwTotalPhys

SIZE_T _MEMORYSTATUS::dwTotalPhys

Definition at line 1243 of file winbase.h.

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

◆ dwTotalVirtual

SIZE_T _MEMORYSTATUS::dwTotalVirtual

Definition at line 1247 of file winbase.h.

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


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