📄 files5.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style><!--
body,table {font-family:"宋体"; font-size: 9pt; line-height:11pt;}
a {text-decoration:none} a:hover {color:red;text-decoration:underline}
--></style>
<title>文件处理类5</title>
</head>
<body link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<table border="0" width="100%" cellspacing="4" cellpadding="6">
<tr>
<td width="100%" bgcolor="#336699"><font color="#FFFFFF">文件处理函数,共八页。</font><a
href="files1.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files1.htm"><font color="#FFFF00">第一页</font></a><font color="#FFFFFF">,</font><a
href="files2.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files2.htm"><font color="#FFFF00">第二页</font></a><font color="#FFFFFF">,</font><a
href="files3.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files3.htm"><font color="#FFFF00">第三页</font></a><font color="#FFFFFF">,</font><a
href="files4.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files4.htm"><font color="#FFFF00">第四页</font></a><font color="#FFFFFF">,第五页,</font><a
href="files6.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files6.htm"><font color="#FFFF00">第六页</font></a><font color="#FFFFFF">,</font><a
href="files7.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files7.htm"><font color="#FFFF00">第七页</font></a><font color="#FFFFFF">,</font><a
href="files8.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files8.htm"><font color="#FFFF00">第八页</font></a></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="3" cellpadding="2">
<tr>
<td width="25%" bgcolor="#efefda"><a href="MoveFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/MoveFile.htm">MoveFile</a></td>
<td width="75%" bgcolor="#efefda">移动文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="OpenFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/OpenFile.htm">OpenFile</a></td>
<td width="75%" bgcolor="#efefda">这个函数能执行大量不同的文件操作</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="OpenFileMapping.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/OpenFileMapping.htm">OpenFileMapping</a></td>
<td width="75%" bgcolor="#efefda">打开一个现成的文件映射对象</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="QueryDosDevice.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/QueryDosDevice.htm">QueryDosDevice</a></td>
<td width="75%" bgcolor="#efefda">在Windows NT中,DOS设备名会映射成NT系统设备名。该函数可判断当前的设备映射情况</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ReadFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ReadFile.htm">ReadFile</a></td>
<td width="75%" bgcolor="#efefda">从文件中读出数据</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ReadFileEx.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ReadFileEx.htm">ReadFileEx</a></td>
<td width="75%" bgcolor="#efefda">与<a href="ReadFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ReadFile.htm">ReadFile</a>相似,只是它只能用于异步读操作,并包含了一个完整的回调</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegCloseKey.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegCloseKey.htm">RegCloseKey</a></td>
<td width="75%" bgcolor="#efefda">关闭系统注册表中的一个项(或键)</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegConnectRegistry.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegConnectRegistry.htm">RegConnectRegistry</a></td>
<td width="75%" bgcolor="#efefda">访问远程系统的部分注册表</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegCreateKey.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegCreateKey.htm">RegCreateKey</a></td>
<td width="75%" bgcolor="#efefda">在指定的项下创建或打开一个项</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegCreateKeyEx.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegCreateKeyEx.htm">RegCreateKeyEx</a></td>
<td width="75%" bgcolor="#efefda">在指定项下创建新项的更复杂的方式。在Win32环境中建议使用这个函数</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegDeleteKey.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegDeleteKey.htm">RegDeleteKey</a></td>
<td width="75%" bgcolor="#efefda">删除现有项下方一个指定的子项</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegDeleteValue.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegDeleteValue.htm">RegDeleteValue</a></td>
<td width="75%" bgcolor="#efefda">删除指定项下方的一个值</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegEnumKey.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegEnumKey.htm">RegEnumKey</a></td>
<td width="75%" bgcolor="#efefda">枚举指定项的子项。在Win32环境中应使用<a
href="RegEnumKeyEx.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegEnumKeyEx.htm">RegEnumKeyEx</a></td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegEnumKeyEx.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegEnumKeyEx.htm">RegEnumKeyEx</a></td>
<td width="75%" bgcolor="#efefda">枚举指定项下方的子项</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegEnumValue.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegEnumValue.htm">RegEnumValue</a></td>
<td width="75%" bgcolor="#efefda">枚举指定项的值</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegFlushKey.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/RegFlushKey.htm">RegFlushKey</a></td>
<td width="75%" bgcolor="#efefda">将对项和它的子项作出的改动实际写入磁盘</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -