Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)] VB Signature:
Declare Function SetConsoleFont Lib "kernel32.dll" (hOut As IntPtr, dwFontSize As UInt32) As Integer User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Changes the font size of console. Undocumented function. Tips & Tricks:Please add some! Sample Code:
const int STD_OUT_HANDLE = -11; Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|