OleGetAutoConvert

[DllImport("ole32.dll", SetLastError = true)]
public static extern int OleGetAutoConvert(
   ref Guid clsidOld,
   out Guid pClsidNew
);

Microsoft documentation: Link

Last updated