Exemple #1
0
 public static extern bool FillConsoleOutputAttribute(
     IntPtr hConsoleOutput, CHARACTER_ATTRIBUTE wAttribute, uint nLength, COORD dwWriteCoord, ref uint lpNumberOfAttrsWritten);
Exemple #2
0
 public static extern bool SetConsoleTextAttribute(IntPtr hConsoleOutput, CHARACTER_ATTRIBUTE wAttributes);
Exemple #3
0
 public static extern bool ReadConsoleOutputAttribute(
     IntPtr hConsoleOutput, ref CHARACTER_ATTRIBUTE[] lpAttribute, uint nLength, COORD dwReadCoord, ref uint lpNumberOfAttrsRead);