Desktop Functions: Smart Device Functions:
|
Search Results for "SetCurrentConsoleFontEx" in [All]kernel32
// http://pinvoke.net/default.aspx/kernel32/SetCurrentConsoleFontEx.html
static extern bool SetCurrentConsoleFontEx(
static extern bool SetCurrentConsoleFontEx(
Public Shared Function SetCurrentConsoleFontEx(ConsoleOutput As IntPtr, MaximumWindow As Boolean, ConsoleCurrentFontEx As CONSOLE_FONT_INFO_EX) As Boolean When on Windows XP, kernel32 does NOT support SetCurrentConsoleFontEx and cannot be used. It will throw an error saying entry point not found because of this. |