Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c2947 LONG (*pWinQuerySysValue) (HWND hwndDesktop, LONG iSysValue); variable
3075 *(PFN*)&pWinQuerySysValue = loadByOrdinal(ORD_WinQuerySysValue, 0); in XS()
3087 RETVAL = pWinQuerySysValue(hwnd, i); in XS()
3110 RETVAL = pWinQuerySysValue(hwnd, which); in XS()