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 |
|
See also