[DllImport("kernel32.dll", SetLastError=true, ExactSpelling=true)]
static extern bool FreeConsole();
<DllImport("kernel32.dll", SetLastError:=True, ExactSpelling:=True)> _
Private Function FreeConsole() As Boolean
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!