ReactOS 0.4.16-dev-1204-gb627a42
_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 1256 of file winbase.h.

Member Data Documentation

◆ dwAvailPageFile

SIZE_T _MEMORYSTATUS::dwAvailPageFile

Definition at line 1262 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwAvailPhys

SIZE_T _MEMORYSTATUS::dwAvailPhys

Definition at line 1260 of file winbase.h.

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

◆ dwAvailVirtual

SIZE_T _MEMORYSTATUS::dwAvailVirtual

Definition at line 1264 of file winbase.h.

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

◆ dwLength

DWORD _MEMORYSTATUS::dwLength

Definition at line 1257 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwMemoryLoad

DWORD _MEMORYSTATUS::dwMemoryLoad

Definition at line 1258 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwTotalPageFile

SIZE_T _MEMORYSTATUS::dwTotalPageFile

Definition at line 1261 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwTotalPhys

SIZE_T _MEMORYSTATUS::dwTotalPhys

Definition at line 1259 of file winbase.h.

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

◆ dwTotalVirtual

SIZE_T _MEMORYSTATUS::dwTotalVirtual

Definition at line 1263 of file winbase.h.

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


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