Module info :: Class MemoryStatusEx
[hide private]
[frames] | no frames]

Class MemoryStatusEx

source code


Special object for obtaining hardware info in MS Windows.

Instance Methods [hide private]
 
__init__(self)
Set up the information and handle non MS Windows systems.
source code

Inherited from _ctypes.Structure: __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('dwLength', ctypes.wintypes.DWORD), ('dwMemoryLoa...
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Set up the information and handle non MS Windows systems.

Overrides: object.__init__

Class Variable Details [hide private]

_fields_

Value:
[('dwLength', ctypes.wintypes.DWORD), ('dwMemoryLoad', ctypes.wintypes\
.DWORD), ('ullTotalPhys', ctypes.c_ulonglong), ('ullAvailPhys', ctypes\
.c_ulonglong), ('ullTotalPageFile', ctypes.c_ulonglong), ('ullAvailPag\
eFile', ctypes.c_ulonglong), ('ullTotalVirtual', ctypes.c_ulonglong), \
('ullAvailVirtual', ctypes.c_ulonglong), ('ullExtendedVirtual', ctypes\
.c_ulonglong),]