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

Class SHELLEXECUTEINFO

source code


Instance Methods [hide private]
 
__get_hMonitor(self) source code
 
__set_hMonitor(self, hMonitor) source code

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_ = [('cbSize', <class 'ctypes.c_ulong'>), ('fMask', <c...
  cbSize = <Field type=c_ulong, ofs=0, size=4>
  dwHotKey = <Field type=c_ulong, ofs=48, size=4>
  fMask = <Field type=c_ulong, ofs=4, size=4>
  hIcon = <Field type=c_void_p, ofs=52, size=4>
  hInstApp = <Field type=c_void_p, ofs=32, size=4>
  hProcess = <Field type=c_void_p, ofs=56, size=4>
  hkeyClass = <Field type=c_void_p, ofs=44, size=4>
  hwnd = <Field type=c_void_p, ofs=8, size=4>
  lpClass = <Field type=c_char_p, ofs=40, size=4>
  lpDirectory = <Field type=c_char_p, ofs=24, size=4>
  lpFile = <Field type=c_char_p, ofs=16, size=4>
  lpIDList = <Field type=c_void_p, ofs=36, size=4>
  lpParameters = <Field type=c_char_p, ofs=20, size=4>
  lpVerb = <Field type=c_char_p, ofs=12, size=4>
  nShow = <Field type=c_long, ofs=28, size=4>
Properties [hide private]
  hMonitor

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:
[('cbSize', <class 'ctypes.c_ulong'>),
 ('fMask', <class 'ctypes.c_ulong'>),
 ('hwnd', <class 'ctypes.c_void_p'>),
 ('lpVerb', <class 'ctypes.c_char_p'>),
 ('lpFile', <class 'ctypes.c_char_p'>),
 ('lpParameters', <class 'ctypes.c_char_p'>),
 ('lpDirectory', <class 'ctypes.c_char_p'>),
 ('nShow', <class 'ctypes.c_long'>),
...

Property Details [hide private]

hMonitor

Get Method:
__get_hMonitor(self)
Set Method:
__set_hMonitor(self, hMonitor)