dos_systemmetrics - dalefugier/DOSLib GitHub Wiki
Retrieves the specified system metric or system configuration setting. For more information, see MSDN for information on the GetSystemMetrics Windows API function.
Syntax
(dos_systemmetrics index)
Parameters
index
The system metric or configuration setting to be retrieved. or more information, see MSDN for information on the GetSystemMetrics Windows API function.
Returns
The return value is the requested system metric or configuration setting.
Version
9.1
Examples
Command: (setq SM_SWAPBUTTON 23)
23
Command: (dos_systemmetrics SM_SWAPBUTTON)
0