GetCORRequiredVersion Function
.NET Framework 2.0
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.