DLLGETVERSIONINFO (shell32)
Last changed: -66.167.157.45

.
Summary
TODO - a short description

C# Signature:

[StructLayout(LayoutKind.Sequential)]
private struct DLLVERSIONINFO {
    public int cbSize;
    public int dwMajorVersion;
    public int dwMinorVersion;
    public int dwBuildNumber;
    public int dwPlatformID;

}

VB Signature:

Declare Function DLLGETVERSIONINFO Lib "shell32.dll" (TODO) As TODO

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