DestroyPrivateObjectSecurity

[DllImport("advapi32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)]
public static extern bool DestroyPrivateObjectSecurity(
   IntPtr ObjectDescriptor
);

Microsoft documentation: Link

Last updated