コード例 #1
0
 internal static extern bool WriteConsoleOutputAttribute(
     IntPtr hConsoleOutput,
     ushort[] lpAttribute,
     uint nLength,
     Generic.COORD dwWriteCoord,
     out uint lpNumberOfAttrsWritten
     );
コード例 #2
0
 internal static extern bool WriteConsoleOutputCharacter
 (
     IntPtr hConsoleOutput,
     string lpCharacter,
     uint nLength,
     Generic.COORD dwWriteCoord,
     out uint lpNumberOfCharsWritten
 );