Module shellapi :: Class SHELLEXECUTEINFOW
[hide private]
[frames] | no frames]

Class SHELLEXECUTEINFOW

source code

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

Instance Methods [hide private]
 
__init__(self, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from _ctypes.Structure: __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>
  hIconOrMonitor = <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_wchar_p, ofs=40, size=4>
  lpDirectory = <Field type=c_wchar_p, ofs=24, size=4>
  lpFile = <Field type=c_wchar_p, ofs=16, size=4>
  lpIDList = <Field type=c_void_p, ofs=36, size=4>
  lpParameters = <Field type=c_wchar_p, ofs=20, size=4>
  lpVerb = <Field type=c_wchar_p, ofs=12, size=4>
  nShow = <Field type=c_long, ofs=28, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

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_wchar_p'>),
 ('lpFile', <class 'ctypes.c_wchar_p'>),
 ('lpParameters', <class 'ctypes.c_wchar_p'>),
 ('lpDirectory', <class 'ctypes.c_wchar_p'>),
 ('nShow', <class 'ctypes.c_long'>),
...