Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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.

.
Documentation
[SetCurrentConsoleFontEx] on MSDN

 
Access PInvoke.net directly from VS: