Group: Shell Functions - Library: shell32
Implemented by many of the Microsoft® Windows® Shell dynamic-link libraries (DLLs) to allow applications to obtain DLL-specific version information.
HRESULT CALLBACK DllGetVersion(
DLLVERSIONINFO* pdvi
);
DECLARE INTEGER DllGetVersion IN shell32;
STRING @pdvi
pdvi Pointer to a DLLVERSIONINFO structure that receives the version information.
Returns NOERROR (0) if successful, or an OLE-defined error value otherwise.