Xbasic
WIN_MOTHERBOARD Function
Syntax
as P = win_motherboard([C computer ])
Arguments
- P
A pointer variable containing information about the motherboard of a computer.
- computer
Optional. Default = "." (local computer). The name of the computer to analyze.
Description
The WIN_MOTHERBOARD() function returns information about a computer's motherboard.
The WIN_MOTHERBOARD() function returns information about a computer's motherboard.
Example
? win_motherboard() = Caption = "Base Board" ConfigOptions = CreationClassName = "Win32_BaseBoard" Depth = Description = "Base Board" Height = HostingBoard = .T. HotSwappable = InstallDate = Manufacturer = " " Model = Name = "Base Board" OtherIdentifyingInfo = PartNumber = PoweredOn = .T. Product = "Springdale-G" Removable = Replaceable = RequirementsDescription = RequiresDaughterBoard = SerialNumber = " " SKU = SlotLayout = SpecialRequirements = Status = Tag = "Base Board" Version = " " Weight = Width =
See Also