Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 2.65 KB

ns-shlwapi-dllversioninfo2.md

File metadata and controls

79 lines (63 loc) · 2.65 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:shlwapi._DLLVERSIONINFO2
DLLVERSIONINFO2 (shlwapi.h)
Receives DLL-specific version information. It is used with the DllGetVersion function.
DLLVERSIONINFO2
DLLVERSIONINFO2 structure [Windows Shell]
_win32_DLLVERSIONINFO2_0rjh
shell.DLLVERSIONINFO2_0rjh
shlwapi/DLLVERSIONINFO2
shell\DLLVERSIONINFO2_0rjh.htm
shell
1648924d-0727-4cee-80d3-f97550f235cd
12/05/2018
DLLVERSIONINFO2, DLLVERSIONINFO2 structure [Windows Shell], _win32_DLLVERSIONINFO2_0rjh, shell.DLLVERSIONINFO2_0rjh, shlwapi/DLLVERSIONINFO2
shlwapi.h
Windows
Windows 2000 Professional, Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
DLLVERSIONINFO2
19H1
_DLLVERSIONINFO2
shlwapi/_DLLVERSIONINFO2
DLLVERSIONINFO2
shlwapi/DLLVERSIONINFO2
c++
APIRef
kbSyntax
HeaderDef
Shlwapi.h
DLLVERSIONINFO2

DLLVERSIONINFO2 structure

-description

Receives DLL-specific version information. It is used with the DllGetVersion function.

-struct-fields

-field info1

Type: DLLVERSIONINFO

A DLLVERSIONINFO structure. This member is included to provide backward compatibility with applications that are not expecting a DLLVERSIONINFO2 structure.

-field dwFlags

Type: DWORD

Reserved.

-field ullVersion

Type: ULONGLONG

A value that contains the version information. It is divided into four 16-bitfields containing the major and minor version numbers, the build number, and the hotfix version, in that order. Use the MAKEDLLVERULL macro to construct this value.

-remarks

Your application must set the cbSize member of the structure pointed to by info1 to sizeof(DLLVERSIONINFO2) before calling DllGetVersion. Otherwise, no value will be assigned to the dwFlags or ullVersion member of the DLLVERSIONINFO2 structure.