FmtIdToPropStgName

[DllImport("ole32.dll", SetLastError = true)]
public static extern int FmtIdToPropStgName(
   ref Guid rfmtid,
   [MarshalAs(UnmanagedType.LPWStr)] out string oszName
);

Microsoft documentation: Link

Last updated