Click or drag to resize
CommandLineHelperGetConsoleScreenBufferInfo Method

[Missing <summary> documentation for "M:X3Platform.Util.CommandLineHelper.GetConsoleScreenBufferInfo(System.IntPtr,X3Platform.Util.CommandLineHelper.ConsoleScreenBufferInfo@)"]

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static int GetConsoleScreenBufferInfo(
	IntPtr hConsoleOutput,
	out CommandLineHelperConsoleScreenBufferInfo lpConsoleScreenBufferInfo
)

Parameters

hConsoleOutput
Type: SystemIntPtr

[Missing <param name="hConsoleOutput"/> documentation for "M:X3Platform.Util.CommandLineHelper.GetConsoleScreenBufferInfo(System.IntPtr,X3Platform.Util.CommandLineHelper.ConsoleScreenBufferInfo@)"]

lpConsoleScreenBufferInfo
Type: X3Platform.UtilCommandLineHelperConsoleScreenBufferInfo

[Missing <param name="lpConsoleScreenBufferInfo"/> documentation for "M:X3Platform.Util.CommandLineHelper.GetConsoleScreenBufferInfo(System.IntPtr,X3Platform.Util.CommandLineHelper.ConsoleScreenBufferInfo@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:X3Platform.Util.CommandLineHelper.GetConsoleScreenBufferInfo(System.IntPtr,X3Platform.Util.CommandLineHelper.ConsoleScreenBufferInfo@)"]

See Also