Home | Trees | Indices | Help |
---|
|
ctypes.Structure --+ | SECURITY_ATTRIBUTES
typedef struct _SECURITY_ATTRIBUTES { DWORD nLength; LPVOID lpSecurityDescriptor; BOOL bInheritHandle; } SECURITY_ATTRIBUTES;
Instance Methods | |||
|
Class Variables | |
_fields_ = [('nLength', ctypes.wintypes.DWORD), ('lpSecurityDe
|
|
descriptor = property(_get_descriptor, _set_descriptor)
|
Class Variable Details |
_fields_
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Feb 14 10:06:42 2014 | http://epydoc.sourceforge.net |