GetVersionFromFileExW (ADVPACK.@)
HRESULT GetVersionFromFileExW ( LPCWSTR lpszFilename, LPDWORD pdwMSVer, LPDWORD pdwLSVer, BOOL bVersion )
Gets the files version or language information.
lpszFilename | [In] | The file to get the information from. |
pdwMSVer | [Out] | Major version. |
pdwLSVer | [Out] | Minor version. |
bVersion | [In] | Whether to retrieve version or language info. |
Always returns S_OK.
If bVersion is TRUE, version information is retrieved, else pdwMSVer gets the language Id and pdwLSVer gets the codepage ID.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/files.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advpack/files.c
Debug channel "advpack".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.