Home
last modified time | relevance | path

Searched refs:pWinSetSysValue (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c2948 BOOL (*pWinSetSysValue) (HWND hwndDesktop, LONG iSysValue, LONG lValue); variable
3133 *(PFN*)&pWinSetSysValue = loadByOrdinal(ORD_WinSetSysValue, 0); in XS()
3139 if (CheckWinError(pWinSetSysValue(hwnd, which, val))) in XS()