Package Skype4Py :: Package API :: Module windows :: Class _COPYDATASTRUCT
[frames] | no frames]

Class _COPYDATASTRUCT

source code

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

Instance Methods

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
  _fields_ = [('dwData', <class 'Skype4Py.API.windows.LP_c_ulong...
  cbData = <Field type=c_ulong, ofs=4, size=4>
  dwData = <Field type=LP_c_ulong, ofs=0, size=4>
  lpData = <Field type=c_char_p, ofs=8, size=4>
Properties

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from object: __class__

Class Variable Details

_fields_

Value:
[('dwData', <class 'Skype4Py.API.windows.LP_c_ulong'>),
 ('cbData', <class 'ctypes.c_ulong'>),
 ('lpData', <class 'ctypes.c_char_p'>)]