GetCORRequiredVersion Function
Gets the required common language runtime (CLR) version number.
HRESULT GetCORRequiredVersion (
[out] LPWSTR pbuffer,
[in] DWORD cchBuffer,
[out] DWORD *dwLength
);
Parameters
pbuffer
[out] A buffer containing a string that specifies the version number.cchBuffer
[in] The size, in bytes, of the buffer.dwLength
[out] The number of bytes returned in the buffer.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: MSCorEE.idl
Library: MSCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0