pub unsafe extern "system" fn CreatePrivateObjectSecurityWithMultipleInheritance(
parentdescriptor: PSECURITY_DESCRIPTOR,
creatordescriptor: PSECURITY_DESCRIPTOR,
newdescriptor: *mut PSECURITY_DESCRIPTOR,
objecttypes: *const *const GUID,
guidcount: u32,
iscontainerobject: BOOL,
autoinheritflags: SECURITY_AUTO_INHERIT_FLAGS,
token: HANDLE,
genericmapping: *const GENERIC_MAPPING
) -> BOOL
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"