DestroyPrivateObjectSecurity

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

Microsoft documentation: Linkarrow-up-right

Last updated