?? 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"><font color="#FFFF00">第一頁</font></a><font color="#FFFFFF">,</font><a
href="files2.htm"><font color="#FFFF00">第二頁</font></a><font color="#FFFFFF">,</font><a
href="files3.htm"><font color="#FFFF00">第三頁</font></a><font color="#FFFFFF">,</font><a
href="files4.htm"><font color="#FFFF00">第四頁</font></a><font color="#FFFFFF">,第五頁,</font><a
href="files6.htm"><font color="#FFFF00">第六頁</font></a><font color="#FFFFFF">,</font><a
href="files7.htm"><font color="#FFFF00">第七頁</font></a><font color="#FFFFFF">,</font><a
href="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">MoveFile</a></td>
<td width="75%" bgcolor="#efefda">移動文件</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="OpenFile.htm">OpenFile</a></td>
<td width="75%" bgcolor="#efefda">這個函數能執行大量不同的文件操作</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="OpenFileMapping.htm">OpenFileMapping</a></td>
<td width="75%" bgcolor="#efefda">打開一個現成的文件映射對象</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="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">ReadFile</a></td>
<td width="75%" bgcolor="#efefda">從文件中讀出數據</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ReadFileEx.htm">ReadFileEx</a></td>
<td width="75%" bgcolor="#efefda">與<a href="ReadFile.htm">ReadFile</a>相似,只是它只能用于異步讀操作,并包含了一個完整的回調</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegCloseKey.htm">RegCloseKey</a></td>
<td width="75%" bgcolor="#efefda">關閉系統注冊表中的一個項(或鍵)</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegConnectRegistry.htm">RegConnectRegistry</a></td>
<td width="75%" bgcolor="#efefda">訪問遠程系統的部分注冊表</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegCreateKey.htm">RegCreateKey</a></td>
<td width="75%" bgcolor="#efefda">在指定的項下創建或打開一個項</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegCreateKeyEx.htm">RegCreateKeyEx</a></td>
<td width="75%" bgcolor="#efefda">在指定項下創建新項的更復雜的方式。在Win32環境中建議使用這個函數</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegDeleteKey.htm">RegDeleteKey</a></td>
<td width="75%" bgcolor="#efefda">刪除現有項下方一個指定的子項</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegDeleteValue.htm">RegDeleteValue</a></td>
<td width="75%" bgcolor="#efefda">刪除指定項下方的一個值</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegEnumKey.htm">RegEnumKey</a></td>
<td width="75%" bgcolor="#efefda">枚舉指定項的子項。在Win32環境中應使用<a
href="RegEnumKeyEx.htm">RegEnumKeyEx</a></td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegEnumKeyEx.htm">RegEnumKeyEx</a></td>
<td width="75%" bgcolor="#efefda">枚舉指定項下方的子項</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="RegEnumValue.htm">RegEnumValue</a></td>
<td width="75%" bgcolor="#efefda">枚舉指定項的值</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="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 + -