DllGetVersion (shell32)
Last changed: -195.23.209.131

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

C# Signature:

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

VB Signature:

Declare Function DllGetVersion Lib "shell32.dll" (ByRef pdvi As DLLVERSIONINFO) _
   As Integer

User-Defined Types:

DLLGETVERSIONINFO

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation