This function returns a system value.
#define INCL_WINSYS /* Or use INCL_WIN, INCL_PM, */ #include <os2.h> HWND hwndDeskTop; /* Desktop-window handle. */ LONG iSysValue; /* System-value identity. */ LONG lValue; /* System value. */ lValue = WinQuerySysValue(hwndDeskTop, iSysValue);