Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.27 KB

getdllversion.md

File metadata and controls

64 lines (39 loc) · 1.27 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The GetDllVersion function retrieves the version number of Cabinet.dll.
b324d5cd-1ede-473e-a10f-249c95eda057
GetDllVersion function
reference
05/31/2018
APIRef
kbSyntax
GetDllVersion
DllExport
Cabinet.dll

GetDllVersion function

[This function is no longer supported, so its behavior cannot be guaranteed. ]

The GetDllVersion function retrieves the version number of Cabinet.dll.

Syntax

LPCSTR WINAPI GetDllVersion(void);

Parameters

This function has no parameters.

Return value

The version number of the file (see VERSIONINFO Resource).

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Cabinet.dll

See also

DllGetVersion