CoRevertToSelf

[DllImport("ole32.dll", SetLastError = true)]
public static extern int CoRevertToSelf(
   
);

Microsoft documentation: Linkarrow-up-right

Last updated