Console
rconsolecreate
当不存在 console window 时,为 process allocate Windows console。如果 console window 已存在,call 会直接返回且不执行任何操作。allocation 后,function 会将 stdout redirect 到 console output,将 stdin redirect 到 console input。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
当不存在 console window 时,为 process allocate Windows console。如果 console window 已存在,call 会直接返回且不执行任何操作。allocation 后,function 会将 stdout redirect 到 console output,将 stdin redirect 到 console input。