WriteFile,WriteConsole和_tprintf的一些差别

标签: , ,

WriteFile,WriteConsole和_tprintf的一些差别

这几个API都是用于输出的,但都有各自的特点:

1. _tprintf的实现利用了WriteFile和WideCharToMultiByte。

2. WriteFile只接受字节流,没有UNICODE的概念,WriteFile可以实现重定向。

3. WriteConsole有两个版本WriteConsoleA和WriteConsoleW, 可以分别接收ANSI和UNICODE字符串,不支持重定向。

原文链接:http://junc76.blogspot.com/2009/04/writefilewriteconsoletprintf.html

赞赏

微信赞赏支付宝赞赏

随机文章:

  1. Raspberry Pi -bash: nslookup: command not found
  2. 价值50大洋的VBS脚本
  3. Windows 10无法WOL网络唤醒的解决方法
  4. 为3DS更换SD卡/TF卡
  5. 用VBS修改Windows用户密码

留下回复