Size of unreserved and uncommitted memory in the user mode portion of the virtual address space of the calling process, in bytes.
publicuintdwAvailVirtual
리턴
uint
dwLength 공개적으로 프로퍼티
Size of the MEMORYSTATUS data structure, in bytes. You do not need to set this member before calling the GlobalMemoryStatus function; the function sets it.
publicuintdwLength
리턴
uint
dwMemoryLoad 공개적으로 프로퍼티
Number between 0 and 100 that specifies the approximate percentage of physical memory that is in use (0 indicates no memory use and 100 indicates full memory use). Windows NT: Percentage of approximately the last 1000 pages of physical memory that is in use.
publicuintdwMemoryLoad
리턴
uint
dwTotalPageFile 공개적으로 프로퍼티
Size of the committed memory limit, in bytes.
publicuintdwTotalPageFile
리턴
uint
dwTotalPhys 공개적으로 프로퍼티
Total size of physical memory, in bytes.
publicuintdwTotalPhys
리턴
uint
dwTotalVirtual 공개적으로 프로퍼티
Total size of the user mode portion of the virtual address space of the calling process, in bytes.