OleUpdate

[DllImport("ole32.dll", SetLastError = true)]
public static extern int OleUpdate(
   IAdviseSink pAdvSink,
   uint dwReserved
);

Microsoft documentation: Link

Last updated