//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言控制台指定输出源码系统结构:GetStdHandle,GetConsoleScreenBufferInfo,WriteConsoleOutput,SetConsoleTitle, ======程序集1 || ||------_启动子程序 || || ======调用的Dll || ||---[dll]------GetStdHandle || ||---[dll]------GetConsoleScreenBufferInfo || ||---[dll]------WriteConsoleOutput || ||---[dll]------SetConsoleTitle 调用的DLL命令: .DLL命令GetStdHandle,整数型,"kernel32","GetStdHandle" .参数nStdHandle,整数型 .DLL命令GetConsoleScreenBufferInfo,整数型,"kernel32","GetConsoleScreenBufferInfo" .参数hConsoleOutput,整数型 .参数lpConsoleScreenBufferInfo,CONSOLE_SCREEN_BUFFER_INFO .DLL命令WriteConsoleOutput,逻辑型,"kernel32","WriteConsoleOutputA" .参数hConsoleOutput,整数型 .参数lpBuffer,CHAR_INFO,数组 .参数dwBufferSize .参数dwBufferCoord .参数lpWriteRegion,SMALL_RECT .DLL命令SetConsoleTitle,整数型,"kernel32","SetConsoleTitleA" .参数lpConsoleTitle,文本型
