Package winappdbg :: Package win32 :: Module version :: Class OSVERSIONINFOEXA
[hide private]
[frames] | no frames]

Class OSVERSIONINFOEXA

source code


Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __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_ = [('dwOSVersionInfoSize', <class 'ctypes.c_ulong'>),...
  dwBuildNumber = <Field type=c_ulong, ofs=12, size=4>
  dwMajorVersion = <Field type=c_ulong, ofs=4, size=4>
  dwMinorVersion = <Field type=c_ulong, ofs=8, size=4>
  dwOSVersionInfoSize = <Field type=c_ulong, ofs=0, size=4>
  dwPlatformId = <Field type=c_ulong, ofs=16, size=4>
  szCSDVersion = <Field type=c_char_Array_128, ofs=20, size=128>
  wProductType = <Field type=c_ubyte, ofs=154, size=1>
  wReserved = <Field type=c_ubyte, ofs=155, size=1>
  wServicePackMajor = <Field type=c_ushort, ofs=148, size=2>
  wServicePackMinor = <Field type=c_ushort, ofs=150, size=2>
  wSuiteMask = <Field type=c_ushort, ofs=152, size=2>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('dwOSVersionInfoSize', <class 'ctypes.c_ulong'>),
 ('dwMajorVersion', <class 'ctypes.c_ulong'>),
 ('dwMinorVersion', <class 'ctypes.c_ulong'>),
 ('dwBuildNumber', <class 'ctypes.c_ulong'>),
 ('dwPlatformId', <class 'ctypes.c_ulong'>),
 ('szCSDVersion', <class 'winappdbg.win32.version.c_char_Array_128'>),
 ('wServicePackMajor', <class 'ctypes.c_ushort'>),
 ('wServicePackMinor', <class 'ctypes.c_ushort'>),
...