|
|
|
|
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__
|
|
_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>
|