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

Class RTL_USER_PROCESS_PARAMETERS


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]
  _fields_ = [('Reserved1', <class 'winappdbg.win32.c_ubyte_Arra...
  CommandLine = <Field type=UNICODE_STRING, ofs=64, size=8>
  ImagePathName = <Field type=UNICODE_STRING, ofs=56, size=8>
  Reserved1 = <Field type=c_ubyte_Array_16, ofs=0, size=16>
  Reserved2 = <Field type=c_void_p_Array_10, ofs=16, size=40>
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:
[('Reserved1', <class 'winappdbg.win32.c_ubyte_Array_16'>),
 ('Reserved2', <class 'winappdbg.win32.c_void_p_Array_10'>),
 ('ImagePathName', <class 'winappdbg.win32.UNICODE_STRING'>),
 ('CommandLine', <class 'winappdbg.win32.UNICODE_STRING'>)]