System Configuration
Several of the functions in the Win32 API are specifically intended to
describe or change the system configuration. At startup, for example, a computer is
assigned the name listed in the registry. An application can retrieve this name
by using the
GetComputerName function and can change the name by using the
SetComputerName function.
SetComputerName changes the registry, not the current computer name. As a result, the new
name is not assigned until the computer is restarted. For more information about
the registry, see
Registry.
The
GetUserName function retrieves the name of the user currently logged onto the system. The
user name is either the logon name or the user's full name, if the latter is
included in the registry.
The
GetSystemInfo function retrieves processor and memory information, such as the page size,
original equipment manufacturer (OEM) identifier, number and type of processors,
application address range, and so on. The
GetVersionEx function retrieves the major and minor revision numbers of the installed
version of Microsoft Windows. The
GetKeyboardType function retrieves such information as the type of keyboard and the number of
function keys on the current keyboard.
The
SystemParametersInfo function retrieves or sets various system attributes, such as double-click
time, screen saver time-out, window border width, and desktop pattern. When an
application uses
SystemParametersInfo to set a parameter, the change takes place immediately. This function also
enables applications to update the user profile, so changes to the system will be
preserved when the system is restarted.
The
GetThreadDesktop function retrieves a handle of the desktop for a given thread. This handle
can be used in calls to functions that retrieve and set security attributes.
The
Windows directory is the directory that contains Windows-based applications, initialization
files, and Help files. The
GetWindowsDirectory function retrieves the path to this directory. Applications that create files
should do so in the Windows directory. This is the only directory guaranteed
to be private to a user running a shared version of Windows.
The
system directory is the directory that contains Windows libraries, drivers, and font files.
The
GetSystemDirectory function retrieves the path to this directory.
An
environment variable is a symbolic variable that represents some element of the system, such as a
path, a filename, or other literal data. For example, the environment variable
PATH represents the directories in which to search for executable files. When a
user logs on, the system initializes environment variables based on the
environment section of the registry. The
ExpandEnvironmentStrings function retrieves the values of specified environment variables.
System metrics are the dimensions of various Windows display elements. (
Display elements are the parts of a window and the Windows display that appear on the system
display screen.) Typical system metrics include the window border width, icon
height, and so on. System metrics also describe other aspects of the system, such
as whether a mouse is installed, double-byte characters are supported, or a
debugging version of Windows is installed. The
GetSystemMetrics function retrieves a specified system metric.
Applications can also retrieve and set the color of window elements such as
menus, scroll bars, and buttons by using the
GetSysColor and
SetSysColors functions, respectively.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database