DllGetVersion (shell32)
Last changed: -195.23.209.131

.
Summary
Implemented by many of the Microsoft Windows Shell dynamic-link libraries (DLLs) to allow applications to obtain DLL-specific version information.

C# Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation