DllGetVersion.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DllGetVersion (SHLWAPI.@)

SYNOPSIS

HRESULT DllGetVersion
 (
  DLLVERSIONINFO* pdvi
 )

DESCRIPTION

Retrieve "shlwapi.dll" version information.

PARAMS

pdvi [Out] pointer to version information structure.

RETURNS

Success: S_OK. pdvi is updated with the version information

Failure: E_INVALIDARG, if pdvi->cbSize is not set correctly.

NOTES

You may pass either a dll VERSIONINFO of dll VERSIONINFO2 structure as pdvi, provided that the size is set correctly. Returns version as shlwapi.dll from IE5.01.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/shlwapi_main.c".

Debug channel "shell".