Ejemplo n.º 1
0
 public static extern bool GetConsoleSelectionInfo(out CONSOLE_SELECTION_INFO lpConsoleSelectionInfo);
Ejemplo n.º 2
0
 static extern bool GetConsoleSelectionInfo(
     CONSOLE_SELECTION_INFO ConsoleSelectionInfo
     );
Ejemplo n.º 3
0
 public static extern bool GetConsoleSelectionInfo(
     CONSOLE_SELECTION_INFO ConsoleSelectionInfo
     );
Ejemplo n.º 4
0
 /// <summary>
 ///  Retrieves information about the current console selection.
 /// </summary>
 /// <param name="lpConsoleSelectionInfo">A <see cref="CONSOLE_SELECTION_INFO"/> structure that contains the selection information.</param>
 /// <returns>If the function succeeds, returns TRUE, otherwise, retun FALSE.</returns>
 [DllImport("kernel32.dll", SetLastError = true)] public static extern bool GetConsoleSelectionInfo([Out] CONSOLE_SELECTION_INFO lpConsoleSelectionInfo);