WriteConsoleData()
语法
Result = WriteConsoleData(*Buffer, Size)概要
Writes raw data to the console output. This function is only supported in non-graphical mode. It can be used to output data other than text to the console that can then be redirected to a file or another program.
参数
*Buffer The memory buffer from which the data is read. Size The amount of data (in bytes) to write.
返回值
Returns the number of bytes actually written to the output.
参阅
ReadConsoleData()
已支持操作系统
所有