Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
[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