# DllGetVersion

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

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/windows/win32/devnotes/dllgetversion)
