Home
last modified time | relevance | path

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

/dports/net/binkd/binkd-1.0.4/nt/
H A Dw32tools.c308 GCW pGetConsoleWindow; in GetMainWindow() local
312 pGetConsoleWindow = (GCW) GetProcAddress( GetModuleHandle("kernel32.dll"), in GetMainWindow()
314 if(pGetConsoleWindow) /* Windows 2000 and above */ in GetMainWindow()
316 wh = pGetConsoleWindow(); in GetMainWindow()
/dports/lang/seed7/seed7/src/
H A Ddrw_win.c136 static pGetConsoleWindowType pGetConsoleWindow = NULL; variable
432 pGetConsoleWindow = (pGetConsoleWindowType) GetProcAddress(hntdll, "GetConsoleWindow"); in drawInit()
1335 if (pGetConsoleWindow != NULL) { in privateConsole()
1336 consoleWnd = pGetConsoleWindow(); in privateConsole()
1385 if (pGetConsoleWindow != NULL) { in drwOpen()
1386 ShowWindow(pGetConsoleWindow(), SW_HIDE); in drwOpen()