DllGetVersion

[DllImport("shell32.dll")]
public static extern int DllGetVersion(
   ref DLLVERSIONINFO pdvi
);

Microsoft documentation: Link

Last updated