INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The `ExpandEnvironmentStrings' function expands environment-variable
-- strings and replaces them with their defined values
-- The 'GetSysColor' function retrieves the current color of the specified
-- display element. Display elements are the parts of a window and
-- the Windows display that appear on the system display screen.
-- The `GetSystemDirectory' function retrieves the path of the Windows
-- system directory. The system directory contains such files as Windows
-- libraries, drivers, and font files.
-- The 'GetSystemMetrics' function retrieves various system metrics and
-- system configuration settings.
--
-- System metrics are the dimensions (widths and heights) of Windows
-- display elements. All dimensions retrieved by 'GetSystemMetrics'
-- are in pixels.
-- The 'GetVersionEx' procedure obtains extended information about
-- the version of the operating system that is currently running.
-- The `GetWindowsDirectory' function retrieves the path of the Windows
-- directory. The Windows directory contains such files as Windows-based
-- applications, initialization files, and Help files.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |