MonikerCommonPrefixWith

[DllImport("ole32.dll", SetLastError = true)]
public static extern int MonikerCommonPrefixWith(
   IMoniker pmkThis,
   IMoniker pmkOther,
   out IMoniker ppmkCommon
);

Microsoft documentation: Link

Last updated