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.c_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 Mon Apr 13 14:18:21 2015 | http://epydoc.sourceforge.net |