ReactOS
0.4.15-dev-4570-g4f8bbd1
|
#include <precomp.h>
Public Attributes | |
TCHAR | szDrive [3] |
LPTSTR | pszVolume |
INT | OldMinSize |
INT | OldMaxSize |
INT | NewMinSize |
INT | NewMaxSize |
UINT | FreeSize |
BOOL | bUsed |
BOOL _PAGEFILE::bUsed |
Definition at line 65 of file precomp.h.
Referenced by InitPagefileList(), OnInitVirtMemDialog(), OnSet(), ParseMemSettings(), and WritePageFileSettings().
UINT _PAGEFILE::FreeSize |
Definition at line 64 of file precomp.h.
Referenced by OnSelChange(), and OnSet().
INT _PAGEFILE::NewMaxSize |
Definition at line 63 of file precomp.h.
Referenced by InitPagefileList(), OnInitVirtMemDialog(), OnSelChange(), OnSet(), ParseMemSettings(), UpdatePagefileEntry(), and WritePageFileSettings().
INT _PAGEFILE::NewMinSize |
Definition at line 62 of file precomp.h.
Referenced by InitPagefileList(), OnInitVirtMemDialog(), OnSelChange(), OnSet(), ParseMemSettings(), UpdatePagefileEntry(), and WritePageFileSettings().
INT _PAGEFILE::OldMaxSize |
Definition at line 61 of file precomp.h.
Referenced by OnInitVirtMemDialog(), OnSet(), and ParseMemSettings().
INT _PAGEFILE::OldMinSize |
Definition at line 60 of file precomp.h.
Referenced by OnInitVirtMemDialog(), OnSet(), ParseMemSettings(), and WritePageFileSettings().
LPTSTR _PAGEFILE::pszVolume |
Definition at line 59 of file precomp.h.
Referenced by InitPagefileList(), OnDestroy(), ParseMemSettings(), and UpdatePagefileEntry().
TCHAR _PAGEFILE::szDrive[3] |
Definition at line 58 of file precomp.h.
Referenced by InitPagefileList(), OnSelChange(), ParseMemSettings(), UpdatePagefileEntry(), and WritePageFileSettings().