ReactOS 0.4.15-dev-8076-g06e89b2
_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 1215 of file winbase.h.

Member Data Documentation

◆ dwAvailPageFile

SIZE_T _MEMORYSTATUS::dwAvailPageFile

Definition at line 1221 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwAvailPhys

SIZE_T _MEMORYSTATUS::dwAvailPhys

Definition at line 1219 of file winbase.h.

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

◆ dwAvailVirtual

SIZE_T _MEMORYSTATUS::dwAvailVirtual

Definition at line 1223 of file winbase.h.

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

◆ dwLength

DWORD _MEMORYSTATUS::dwLength

Definition at line 1216 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwMemoryLoad

DWORD _MEMORYSTATUS::dwMemoryLoad

Definition at line 1217 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwTotalPageFile

SIZE_T _MEMORYSTATUS::dwTotalPageFile

Definition at line 1220 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwTotalPhys

SIZE_T _MEMORYSTATUS::dwTotalPhys

Definition at line 1218 of file winbase.h.

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

◆ dwTotalVirtual

SIZE_T _MEMORYSTATUS::dwTotalVirtual

Definition at line 1222 of file winbase.h.

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


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