Searched refs:hConsole (Results 1 – 1 of 1) sorted by relevance
3845 HANDLE hConsole, in ResizeConBuf() argument3848 if (!SetConsoleScreenBufferSize(hConsole, coordScreen)) in ResizeConBuf()3866 HANDLE hConsole, in ResizeWindow() argument3887 HANDLE hConsole, in ResizeConBufAndWindow() argument3906 coordScreen = GetLargestConsoleWindowSize(hConsole); in ResizeConBufAndWindow()3933 SetConsoleScreenBufferSize(hConsole, coordScreen); in ResizeConBufAndWindow()3944 ResizeWindow(hConsole, srWindowRect); in ResizeConBufAndWindow()3945 ResizeConBuf(hConsole, coordScreen); in ResizeConBufAndWindow()3952 SetConsoleCursorPosition(hConsole, cursor); in ResizeConBufAndWindow()3954 ResizeConBuf(hConsole, coordScreen); in ResizeConBufAndWindow()[all …]