PySECURITY_DESCRIPTOR = GetSecurityInfo(handle, ObjectType
, SecurityInfo
)
Retrieve security info for an object by handle
Parameters
handle : int/PyHANDLE
Handle to objectObjectType : int
Value from SE_OBJECT_TYPE enumSecurityInfo : int
Combination of SECURITY_INFORMATION constantsComments
Separate owner, group, dacl, and sacl are not returned as they can be easily retrieved from
the returned PySECURITY_DESCRIPTOR