[DllImport("kernel32.dll", SetLastError = true)] static extern bool SetConsoleWindowInfo( IntPtr hConsoleOutput, bool bAbsolute, [In] ref SMALL_RECT lpConsoleWindow );
Declare Function SetConsoleWindowInfo Lib "kernel32.dll" (TODO) As TODO
Última actualización hace 1 año