Searched refs:pWinSetSysValue (Results 1 – 1 of 1) sorted by relevance
2948 BOOL (*pWinSetSysValue) (HWND hwndDesktop, LONG iSysValue, LONG lValue); variable3133 *(PFN*)&pWinSetSysValue = loadByOrdinal(ORD_WinSetSysValue, 0); in XS()3139 if (CheckWinError(pWinSetSysValue(hwnd, which, val))) in XS()