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

Class STARTUPINFO


Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _pack_ = 1
  _fields_ = [('cb', <class 'ctypes.c_ulong'>), ('lpReserved', <...
  cb = <Field type=c_ulong, ofs=0, size=4>
  cbReserved2 = <Field type=c_ushort, ofs=50, size=2>
  dwFillAttribute = <Field type=c_ulong, ofs=40, size=4>
  dwFlags = <Field type=c_ulong, ofs=44, size=4>
  dwX = <Field type=c_ulong, ofs=16, size=4>
  dwXCountChars = <Field type=c_ulong, ofs=32, size=4>
  dwXSize = <Field type=c_ulong, ofs=24, size=4>
  dwY = <Field type=c_ulong, ofs=20, size=4>
  dwYCountChars = <Field type=c_ulong, ofs=36, size=4>
  dwYSize = <Field type=c_ulong, ofs=28, size=4>
  hStdError = <Field type=c_ulong, ofs=64, size=4>
  hStdInput = <Field type=c_ulong, ofs=56, size=4>
  hStdOutput = <Field type=c_ulong, ofs=60, size=4>
  lpDesktop = <Field type=c_char_p, ofs=8, size=4>
  lpReserved = <Field type=c_ulong, ofs=4, size=4>
  lpReserved2 = <Field type=c_ulong, ofs=52, size=4>
  lpTitle = <Field type=c_char_p, ofs=12, size=4>
  wShowWindow = <Field type=c_ushort, ofs=48, 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:
[('cb', <class 'ctypes.c_ulong'>),
 ('lpReserved', <class 'ctypes.c_ulong'>),
 ('lpDesktop', <class 'ctypes.c_char_p'>),
 ('lpTitle', <class 'ctypes.c_char_p'>),
 ('dwX', <class 'ctypes.c_ulong'>),
 ('dwY', <class 'ctypes.c_ulong'>),
 ('dwXSize', <class 'ctypes.c_ulong'>),
 ('dwYSize', <class 'ctypes.c_ulong'>),
...