JCL Help:GetWindowsProductString
JCL Help: GetWindowsProductString Function
Search in JCL Help
Search in all projects
Summary
Returns the Windows product as a string.
Pascal
function GetWindowsProductString: string;
Return Value
The Windows product as a string or an empty string if the product is not recognized.
Description
GetWindowsProductString returns the Windows product as a string. For example, 'Windows Vista Ultimate'. The Windows product string is equivalent to the concatenation of the Windows version string and the Windows edition string.
See Also
GetWindowsEditionString GetWindowsVersionString
About
Unit
Donator
Jean-Fabien Connault
Notes
The Windows version string alone is retrieved using the GetWindowsVersionString function. For example, 'Windows Vista'. The Windows edition string alone is retrieved using the GetWindowsEditionString function. For example, 'Ultimate'.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page