Ejemplo n.º 1
0
 internal static extern int ResizePseudoConsole(IntPtr hPC, COORD size);
Ejemplo n.º 2
0
 internal static extern int CreatePseudoConsole(COORD size, SafeFileHandle hInput, SafeFileHandle hOutput, uint dwFlags, out IntPtr phPC);