﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-纸符道士</title><link>http://www.cppblog.com/rebelboy/</link><description>
自古英雄如美女　不许人间现白头</description><language>zh-cn</language><lastBuildDate>Tue, 07 Apr 2026 05:29:13 GMT</lastBuildDate><pubDate>Tue, 07 Apr 2026 05:29:13 GMT</pubDate><ttl>60</ttl><item><title>关于win32窗口重绘</title><link>http://www.cppblog.com/rebelboy/archive/2007/11/23/37192.html</link><dc:creator>纸符道士</dc:creator><author>纸符道士</author><pubDate>Fri, 23 Nov 2007 03:07:00 GMT</pubDate><guid>http://www.cppblog.com/rebelboy/archive/2007/11/23/37192.html</guid><wfw:comment>http://www.cppblog.com/rebelboy/comments/37192.html</wfw:comment><comments>http://www.cppblog.com/rebelboy/archive/2007/11/23/37192.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/rebelboy/comments/commentRss/37192.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/rebelboy/services/trackbacks/37192.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 关于win32窗口重绘的问题&nbsp;&nbsp;<a href='http://www.cppblog.com/rebelboy/archive/2007/11/23/37192.html'>阅读全文</a><img src ="http://www.cppblog.com/rebelboy/aggbug/37192.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/rebelboy/" target="_blank">纸符道士</a> 2007-11-23 11:07 <a href="http://www.cppblog.com/rebelboy/archive/2007/11/23/37192.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>随便乱记点</title><link>http://www.cppblog.com/rebelboy/archive/2007/11/19/36972.html</link><dc:creator>纸符道士</dc:creator><author>纸符道士</author><pubDate>Mon, 19 Nov 2007 14:06:00 GMT</pubDate><guid>http://www.cppblog.com/rebelboy/archive/2007/11/19/36972.html</guid><wfw:comment>http://www.cppblog.com/rebelboy/comments/36972.html</wfw:comment><comments>http://www.cppblog.com/rebelboy/archive/2007/11/19/36972.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/rebelboy/comments/commentRss/36972.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/rebelboy/services/trackbacks/36972.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 随便乱记点关于学习win32 api时候的东西&nbsp;&nbsp;<a href='http://www.cppblog.com/rebelboy/archive/2007/11/19/36972.html'>阅读全文</a><img src ="http://www.cppblog.com/rebelboy/aggbug/36972.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/rebelboy/" target="_blank">纸符道士</a> 2007-11-19 22:06 <a href="http://www.cppblog.com/rebelboy/archive/2007/11/19/36972.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[转]有用的windows API</title><link>http://www.cppblog.com/rebelboy/archive/2007/11/18/36858.html</link><dc:creator>纸符道士</dc:creator><author>纸符道士</author><pubDate>Sun, 18 Nov 2007 02:37:00 GMT</pubDate><guid>http://www.cppblog.com/rebelboy/archive/2007/11/18/36858.html</guid><wfw:comment>http://www.cppblog.com/rebelboy/comments/36858.html</wfw:comment><comments>http://www.cppblog.com/rebelboy/archive/2007/11/18/36858.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/rebelboy/comments/commentRss/36858.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/rebelboy/services/trackbacks/36858.html</trackback:ping><description><![CDATA[CloseHandle 关闭一个内核对象。其中包括文件、文件映射、进程、线程、安全和同步对象等 <br>CompareFileTime 对比两个文件的时间 <br>CopyFile 复制文件 <br>CreateDirectory 创建一个新目录 <br>CreateFile 打开和创建文件、管道、邮槽、通信服务、设备以及控制台 <br>CreateFileMapping 创建一个新的文件映射对象 <br>DeleteFile 删除指定文件 <br>DeviceIoControl 对设备执行指定的操作 <br>DosDateTimeToFileTime 将DOS日期和时间值转换成一个 win32 FILETIME 值 <br>FileTimeToDosDateTime 将一个 win32 FILETIME 值转换成DOS日期和时间值 <br>FileTimeToLocalFileTime 将一个FILETIME结构转换成本地时间 <br>FileTimeToSystemTime 根据一个FILETIME结构的内容，装载一个SYSTEMTIME结构 <br>FindClose 关闭由FindFirstFile函数创建的一个搜索句柄 <br>FindFirstFile 根据文件名查找文件 <br>FindNextFile 根据调用FindFirstFile函数时指定的一个文件名查找下一个文件 <br>FlushFileBuffers 针对指定的文件句柄，刷新内部文件缓冲区 <br>FlushViewOfFile 将写入文件映射缓冲区的所有数据都刷新到磁盘 <br>GetBinaryType 判断文件是否可以执行 <br>GetCompressedFileSize 判断一个压缩文件在磁盘上实际占据的字节数 <br>GetCurrentDirectory 在一个缓冲区中装载当前目录 <br>GetDiskFreeSpace 获取与一个磁盘的组织有关的信息，以及了解剩余空间的容量 <br>GetDiskFreeSpaceEx 获取与一个磁盘的组织以及剩余空间容量有关的信息 <br>GetDriveType 判断一个磁盘驱动器的类型 <br>GetExpandedName 取得一个压缩文件的全名 <br>GetFileAttributes 判断指定文件的属性 <br>GetFileInformationByHandle 这个函数提供了获取文件信息的一种机制 <br>GetFileSize 判断文件长度 <br>GetFileTime 取得指定文件的时间信息 <br>GetFileType 在给出文件句柄的前提下，判断文件类型 <br>GetFileVersionInfo 从支持版本标记的一个模块里获取文件版本信息 <br>GetFileVersionInfoSize 针对包含了版本资源的一个文件，判断容纳文件版本信息需要一个多大的缓冲区 <br>GetFullPathName 获取指定文件的完整路径名 <br>GetLogicalDrives 判断系统中存在哪些逻辑驱动器字母 <br>GetLogicalDriveStrings 获取一个字串，其中包含了当前所有逻辑驱动器的根驱动器路径 <br>GetOverlappedResult 判断一个重叠操作当前的状态 <br>GetPrivateProfileInt 为初始化文件（.ini文件）中指定的条目获取一个整数值 <br>GetPrivateProfileSection 获取指定小节（在.ini文件中）所有项名和值的一个列表 <br>GetPrivateProfileString 为初始化文件中指定的条目取得字串 <br>GetProfileInt 取得win.ini初始化文件中指定条目的一个整数值 <br>GetProfileSection 获取指定小节（在win.ini文件中）所有项名和值的一个列表 <br>GetProfileString 为win.ini初始化文件中指定的条目取得字串 <br>GetShortPathName 获取指定文件的短路径名 <br>GetSystemDirectory 取得Windows系统目录（即System目录）的完整路径名 <br>GetTempFileName 这个函数包含了一个临时文件的名字，它可由应用程序使用 <br>GetTempPath 获取为临时文件指定的路径 <br>GetVolumeInformation 获取与一个磁盘卷有关的信息 <br>GetWindowsDirectory 获取Windows目录的完整路径名 <br>hread 参考lread <br>hwrite 参考lwrite函数 <br>lclose 关闭指定的文件 <br>lcreat 创建一个文件 <br>llseek 设置文件中进行读写的当前位置 <br>LockFile 锁定文件的某一部分，使其不与其他应用程序共享 <br>LockFileEx 与LockFile相似，只是它提供了更多的功能 <br>lopen 以二进制模式打开指定的文件 <br>lread 将文件中的数据读入内存缓冲区 <br>lwrite 将数据从内存缓冲区写入一个文件 <br>LZClose 关闭由LZOpenFile 或 LZInit函数打开的一个文件 <br>LZCopy 复制一个文件 <br>LZInit 这个函数用于初始化内部缓冲区 <br>LZOpenFile 该函数能执行大量不同的文件处理，而且兼容于压缩文件 <br>LZRead 将数据从文件读入内存缓冲区 <br>LZSeek 设置一个文件中进行读写的当前位置 <br>MapViewOfFile 将一个文件映射对象映射到当前应用程序的地址空间 <br>MoveFile 移动文件 <br>OpenFile 这个函数能执行大量不同的文件操作 <br>OpenFileMapping 打开一个现成的文件映射对象 <br>QueryDosDevice 在Windows NT中，DOS设备名会映射成NT系统设备名。该函数可判断当前的设备映射情况 <br>ReadFile 从文件中读出数据 <br>ReadFileEx 与ReadFile相似，只是它只能用于异步读操作，并包含了一个完整的回调 <br>RegCloseKey 关闭系统注册表中的一个项（或键） <br>RegConnectRegistry 访问远程系统的部分注册表 <br>RegCreateKey 在指定的项下创建或打开一个项 <br>RegCreateKeyEx 在指定项下创建新项的更复杂的方式。在Win32环境中建议使用这个函数 <br>RegDeleteKey 删除现有项下方一个指定的子项 <br>RegDeleteValue 删除指定项下方的一个值 <br>RegEnumKey 枚举指定项的子项。在Win32环境中应使用RegEnumKeyEx <br>RegEnumKeyEx 枚举指定项下方的子项 <br>RegEnumValue 枚举指定项的值 <br>RegFlushKey 将对项和它的子项作出的改动实际写入磁盘 <br>RegGetKeySecurity 获取与一个注册表项有关的安全信息 <br>RegLoadKey 从以前用RegSaveKey函数创建的一个文件里装载注册表信息 <br>RegNotifyChangeKeyValue 注册表项或它的任何一个子项发生变化时，用这个函数提供一种通知机制 <br>RegOpenKey 打开一个现有的注册表项 <br>RegOpenKeyEx 打开一个现有的项。在win32下推荐使用这个函数 <br>RegQueryInfoKey 获取与一个项有关的信息 <br>RegQueryValue 取得指定项或子项的默认（未命名）值 <br>RegQueryValueEx 获取一个项的设置值 <br>RegReplaceKey 用一个磁盘文件保存的信息替换注册表信息；并创建一个备份，在其中包含当前注册表信息 <br>RegRestoreKey 从一个磁盘文件恢复注册表信息 <br>RegSaveKey 将一个项以及它的所有子项都保存到一个磁盘文件 <br>RegSetKeySecurity 设置指定项的安全特性 <br>RegSetValue 设置指定项或子项的默认值 <br>RegSetValueEx 设置指定项的值 <br>RegUnLoadKey 卸载指定的项以及它的所有子项 <br>RemoveDirectory 删除指定目录 <br>SearchPath 查找指定文件 <br>SetCurrentDirectory 设置当前目录 <br>SetEndOfFile 针对一个打开的文件，将当前文件位置设为文件末尾 <br>SetFileAttributes 设置文件属性 <br>SetFilePointer 在一个文件中设置当前的读写位置 <br>SetFileTime 设置文件的创建、访问及上次修改时间 <br>SetHandleCount 这个函数不必在win32下使用；即使使用，也不会有任何效果 <br>SetVolumeLabel 设置一个磁盘的卷标（Label） <br>SystemTimeToFileTime 根据一个FILETIME结构的内容，载入一个SYSTEMTIME结构 <br>UnlockFile 解除对一个文件的锁定 <br>UnlockFileEx 解除对一个文件的锁定 <br>UnmapViewOfFile 在当前应用程序的内存地址空间解除对一个文件映射对象的映射 <br>VerFindFile 用这个函数决定一个文件应安装到哪里 <br>VerInstallFile 用这个函数安装一个文件 <br>VerLanguageName 这个函数能根据16位语言代码获取一种语言的名称 <br>VerQueryValue 这个函数用于从版本资源中获取信息 <br>WriteFile 将数据写入一个文件 <br>WriteFileEx 与WriteFile类似，只是它只能用于异步写操作，并包括了一个完整的回调 <br>WritePrivateProfileSection 为一个初始化文件（.ini）中指定的小节设置所有项名和值 <br>WritePrivateProfileString 在初始化文件指定小节内设置一个字串 <br>WriteProfileSection 为Win.ini初始化文件中一个指定的小节设置所有项名和值 <br>WriteProfileString 在Win.ini初始化文件指定小节内设置一个字串
<img src ="http://www.cppblog.com/rebelboy/aggbug/36858.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/rebelboy/" target="_blank">纸符道士</a> 2007-11-18 10:37 <a href="http://www.cppblog.com/rebelboy/archive/2007/11/18/36858.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>test</title><link>http://www.cppblog.com/rebelboy/archive/2007/11/10/36311.html</link><dc:creator>纸符道士</dc:creator><author>纸符道士</author><pubDate>Sat, 10 Nov 2007 09:51:00 GMT</pubDate><guid>http://www.cppblog.com/rebelboy/archive/2007/11/10/36311.html</guid><wfw:comment>http://www.cppblog.com/rebelboy/comments/36311.html</wfw:comment><comments>http://www.cppblog.com/rebelboy/archive/2007/11/10/36311.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/rebelboy/comments/commentRss/36311.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/rebelboy/services/trackbacks/36311.html</trackback:ping><description><![CDATA[不错的博客速度也很好，我将把QQ上的东西都搬过来
<img src ="http://www.cppblog.com/rebelboy/aggbug/36311.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/rebelboy/" target="_blank">纸符道士</a> 2007-11-10 17:51 <a href="http://www.cppblog.com/rebelboy/archive/2007/11/10/36311.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>