ReactOS 0.4.16-dev-1948-gd260c1d
_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 940 of file winbase.h.

Member Data Documentation

◆ dwAvailPageFile

SIZE_T _MEMORYSTATUS::dwAvailPageFile

Definition at line 946 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwAvailPhys

SIZE_T _MEMORYSTATUS::dwAvailPhys

Definition at line 944 of file winbase.h.

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

◆ dwAvailVirtual

SIZE_T _MEMORYSTATUS::dwAvailVirtual

Definition at line 948 of file winbase.h.

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

◆ dwLength

DWORD _MEMORYSTATUS::dwLength

Definition at line 941 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwMemoryLoad

DWORD _MEMORYSTATUS::dwMemoryLoad

Definition at line 942 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwTotalPageFile

SIZE_T _MEMORYSTATUS::dwTotalPageFile

Definition at line 945 of file winbase.h.

Referenced by CommandMemory(), and CookupNodeId().

◆ dwTotalPhys

SIZE_T _MEMORYSTATUS::dwTotalPhys

Definition at line 943 of file winbase.h.

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

◆ dwTotalVirtual

SIZE_T _MEMORYSTATUS::dwTotalVirtual

Definition at line 947 of file winbase.h.

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


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