.
// http://pinvoke.net/default.aspx/kernel32/GetCurrentConsoleFontEx.html
.
static extern bool GetCurrentConsoleFontEx(
.
extern static bool GetCurrentConsoleFontEx(IntPtr hConsoleOutput, bool bMaximumWindow, [In, Out] CONSOLE_FONT_INFOEX lpConsoleCurrentFont);
.
Declare Function GetCurrentConsoleFontEx Lib "kernel32.dll" (TODO) As TODO
.
.
extern static bool GetCurrentConsoleFontEx(IntPtr hConsoleOutput, bool bMaximumWindow, [In, Out] CONSOLE_FONT_INFOEX lpConsoleCurrentFont);
.
Declare Function GetCurrentConsoleFontEx Lib "kernel32.dll" (TODO) As TODO
.