OleUpdate

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

Microsoft documentation: Linkarrow-up-right

Last updated