.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DllGetVersion 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDllGetVersion\fR (SHLWAPI.@) .SH SYNOPSIS HRESULT DllGetVersion ( DLLVERSIONINFO* \fIpdvi\fR ) .SH DESCRIPTION .PP Retrieve \fB"shlwapi.dll"\fR version information. .SH PARAMS \fIpdvi\fR \fB[Out]\fR pointer to version information structure. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIpdvi\fR is updated with the version information .PP \fBFailure:\fR \fBE_INVALIDARG\fR, if \fIpdvi\fR\fI->cbSize\fR is not set correctly. .SH NOTES .PP You may pass either a \fBDLLVERSIONINFO\fR of \fBDLLVERSIONINFO2\fR structure as \fIpdvi\fR, provided that the size is set correctly. Returns version as shlwapi.dll from \fBIE5\fR.\fB01.\fR .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/shlwapi_main.c"\fR. .PP Debug channel \fB"shell"\fR.