Home | Trees | Indices | Help |
---|
|
ctypes.Structure --+ | SECURITY_DESCRIPTOR
typedef struct _SECURITY_DESCRIPTOR { UCHAR Revision; UCHAR Sbz1; SECURITY_DESCRIPTOR_CONTROL Control; PSID Owner; PSID Group; PACL Sacl; PACL Dacl; } SECURITY_DESCRIPTOR;
Class Variables | |
SECURITY_DESCRIPTOR_CONTROL = ctypes.wintypes.USHORT
|
|
REVISION = 1
|
|
_fields_ = [('Revision', ctypes.c_ubyte), ('Sbz1', ctypes.c_ub
|
Class Variable Details |
_fields_
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jan 8 16:42:22 2014 | http://epydoc.sourceforge.net |