|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the COSInfo class
|
|
Beep
|
Property
|
Returns whether the warning beeper is on or off
|
|
ComputerName
|
Property
|
Gets the name of the computer
|
|
CurrentHardwareProfile
|
Property
|
Gets the name of the current hardware profile
|
|
DefaultCompanyName
|
Property
|
Gets the default company name used by Microsoft setup programs
|
|
DefaultUserName
|
Property
|
Gets the default user name used by Microsoft setup programs
|
|
DisplayColors
|
Property
|
Gets the number of colors displayed by the adapter
|
|
GUID
|
Property
|
Generates a GUID (Globally Unique IDentifier)
|
|
Language
|
Property
|
Gets the user language
|
|
LargeFonts
|
Property
|
Returns whether large fonts are displayed
|
|
OSAdditional
|
Property
|
Gets additional information about the operating system version
|
|
OSBuild
|
Property
|
Gets the operating system build number
|
|
OSMajorVersion
|
Property
|
Gets the operating system major version
|
|
OSMinorVersion
|
Property
|
Gets the operating system minor version
|
|
ScreenResolutionX
|
Property
|
Gets the screen resolution X value
|
|
ScreenResolutionY
|
Property
|
Gets the screen resolution Y value
|
|
ScreenSaverActive
|
Property
|
Returns whether the screen saver is enabled
|
|
ScreenSaverTimeout
|
Property
|
Gets the screen saver time-out value
|
|
SystemDirectory
|
Property
|
Gets the Windows system directory
|
|
TempFile
|
Property
|
Gets a temporary file name. The TempFile property only uses the first three characters of the strPrefix parameter.
|
|
TempPath
|
Property
|
Gets the path of the temporary directory
|
|
username
|
Property
|
Gets the Windows user name
|
|
WindowsDirectory
|
Property
|
Gets the Windows directory
|
|
WindowsType
|
Property
|
Gets the Windows type.
This property can have one of the following values:
OSIWindows32s - Win32s
OSIWindows95 - Windows 95
OSIWindowsNT - Windows NT
|
|
WindowsTypeString
|
Property
|
Gets the Windows version as a string with major and minor build (e.g. Windows 7 v.6.1)
|
|
WindowsUpTime
|
Property
|
Gets the length of time in minutes that the current Windows session has has been running
|
|
GetWorkArea
|
Method
|
Gets the visible area of the desktop, minus the taskbar
|
|
RegistryGetKeyValue
|
Private
|
Returns a value from the system registry
|
|
TrimNulls
|
Private
|
Returns the passed string terminated at the first null
|