GetFileVersion Function
Gets the common language runtime (CLR) version information of the specified file, using the specified buffer.
This function has been deprecated in the .NET Framework 4.
Syntax
HRESULT GetFileVersion (
[in] LPCWSTR szFilename,
[in, out] LPWSTR szBuffer,
[in] DWORD cchBuffer,
[out] DWORD *dwLength
);
Parameters
szFilename
[in] The path of the file to be examined.
szBuffer
[in, out] The buffer allocated for the version information that is returned.
cchBuffer
[in] The size, in wide characters, of szBuffer
.
dwLength
[out] The size, in bytes, of the returned szBuffer
.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
.NET Framework Versions: Available since 1.1
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.