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

Class STARTUPINFO

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   STARTUPINFO

Passed into CreateProcess

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_ = [('db', <class 'ctypes.c_ulong'>), ('Reserved', <cl...
  Desktop = <Field type=c_char_p, ofs=16, size=8>
  FillAttribute = <Field type=c_ulong, ofs=80, size=8>
  Flags = <Field type=c_ulong, ofs=88, size=8>
  Reserved = <Field type=c_char_p, ofs=8, size=8>
  Reserved2 = <Field type=c_ushort, ofs=98, size=2>
  Reserved3 = <Field type=c_ulong, ofs=104, size=8>
  ShowWindow = <Field type=c_ushort, ofs=96, size=2>
  StdError = <Field type=c_ulong, ofs=128, size=8>
  StdInput = <Field type=c_ulong, ofs=112, size=8>
  StdOutput = <Field type=c_ulong, ofs=120, size=8>
  Title = <Field type=c_char_p, ofs=24, size=8>
  X = <Field type=c_ulong, ofs=32, size=8>
  XCountChars = <Field type=c_ulong, ofs=64, size=8>
  XSize = <Field type=c_ulong, ofs=48, size=8>
  Y = <Field type=c_ulong, ofs=40, size=8>
  YCountChars = <Field type=c_ulong, ofs=72, size=8>
  YSize = <Field type=c_ulong, ofs=56, size=8>
  db = <Field type=c_ulong, ofs=0, size=8>
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:
[('db', <class 'ctypes.c_ulong'>),
 ('Reserved', <class 'ctypes.c_char_p'>),
 ('Desktop', <class 'ctypes.c_char_p'>),
 ('Title', <class 'ctypes.c_char_p'>),
 ('X', <class 'ctypes.c_ulong'>),
 ('Y', <class 'ctypes.c_ulong'>),
 ('XSize', <class 'ctypes.c_ulong'>),
 ('YSize', <class 'ctypes.c_ulong'>),
...