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. OpenWrt使用adbyby过滤广告
  2. wprintf输出中文
  3. Windows 7在桌面创建宽带连接快捷方式
  4. 为OpenWrt编译Shadowsocks-libev
  5. 在64位系统中使用CAPICOM

留下回复