2 references to SetConsoleWindowInfo
mscorlib (2)
system\console.cs (2)
1134r = Win32Native.SetConsoleWindowInfo(ConsoleOutputHandle, true, &srWindow); 1234bool r = Win32Native.SetConsoleWindowInfo(ConsoleOutputHandle, true, &srWindow);