PySECURITY_ATTRIBUTES Object
A Python object, representing a SECURITY_ATTRIBUTES structure
Properties
- boolean bInheritHandle
- Specifies whether the returned
handle is inherited when a new process is created. If this
member is TRUE, the new process inherits the handle.
- PySECURITY_DESCRIPTOR SECURITY_DESCRIPTOR
- A PySECURITY_DESCRIPTOR, or None
Comments
On platforms that support security descriptor operations, SECURITY_DESCRIPTOR
defaults to a blank security descriptor with no owner, group, dacl, or sacl.
Set to None to use a NULL security descriptor instead.
When PySECURITY_ATTRIBUTES is created on Windows 95/98/Me, SECURITY_DESCRIPTOR defaults
to None and should not be changed.
When SECURITY_DESCRIPTOR is not None, any of its methods can be invoked directly
on the PySECURITY_ATTRIBUTES object