Module winKernel :: Class SECURITY_ATTRIBUTES
[hide private]
[frames] | no frames]

Class SECURITY_ATTRIBUTES

source code

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

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_ = (('nLength', <class 'ctypes.c_ulong'>), ('lpSecurit...
  bInheritHandle = <Field type=c_long, ofs=8, size=4>
  lpSecurityDescriptor = <Field type=c_void_p, ofs=4, size=4>
  nLength = <Field type=c_ulong, ofs=0, 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:
(('nLength', <class 'ctypes.c_ulong'>),
 ('lpSecurityDescriptor', <class 'ctypes.c_void_p'>),
 ('bInheritHandle', <class 'ctypes.c_long'>))