Xbasic
WIN_BIOS_INFO Function
Syntax
as P = win_bios_info([C computer ])
Arguments
- P
A pointer variable containing information about a computer's BIOS.
- computer
Optional. Default = "." (local computer). The name of the computer to analyze.
Description
The WIN_BIOS_INFO() functions retrieves information about the computer's BIOS.
Example
? win_bios_info() = +BiosCharacteristics. +BIOSVersion. BuildNumber = Caption = "Phoenix - AwardBIOS v6.00PG" CodeSet = CurrentLanguage = "n|US|iso8859-1" Description = "Phoenix - AwardBIOS v6.00PG" IdentificationCode = InstallableLanguages = 3 InstallDate = LanguageEdition = +ListOfLanguages. Manufacturer = "Phoenix Technologies, LTD" Name = "Phoenix - AwardBIOS v6.00PG" OtherTargetOS = PrimaryBIOS = .T. ReleaseDate = "20040415000000.000000+000" SerialNumber = " " SMBIOSBIOSVersion = "6.00 PG" SMBIOSMajorVersion = 2 SMBIOSMinorVersion = 2 SMBIOSPresent = .T. SoftwareElementID = "Phoenix - AwardBIOS v6.00PG" SoftwareElementState = 3 Status = "OK" TargetOperatingSystem = 0 Version = "IntelR - 42302e31"
See Also