⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 files1.htm

📁 WinAPI函数打包下载.rar
💻 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>文件处理类1</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="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="files5.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/files5.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="CloseHandle.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CloseHandle.htm">CloseHandle</a></td>
    <td width="75%" bgcolor="#efefda">关闭一个内核对象。其中包括文件、文件映射、进程、线程、安全和同步对象等</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="CompareFileTime.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CompareFileTime.htm">CompareFileTime</a></td>
    <td width="75%" bgcolor="#efefda">对比两个文件的时间</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="CopyFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CopyFile.htm">CopyFile</a></td>
    <td width="75%" bgcolor="#efefda">复制文件</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="CreateDirectory.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateDirectory.htm">CreateDirectory</a></td>
    <td width="75%" bgcolor="#efefda">创建一个新目录</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="CreateFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateFile.htm">CreateFile</a></td>
    <td width="75%" bgcolor="#efefda">打开和创建文件、管道、邮槽、通信服务、设备以及控制台</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="CreateFileMapping.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/CreateFileMapping.htm">CreateFileMapping</a></td>
    <td width="75%" bgcolor="#efefda">创建一个新的文件映射对象</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="DeleteFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/DeleteFile.htm">DeleteFile</a></td>
    <td width="75%" bgcolor="#efefda">删除指定文件</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="DeviceIoControl.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/DeviceIoControl.htm">DeviceIoControl</a></td>
    <td width="75%" bgcolor="#efefda">对设备执行指定的操作</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="DosDateTimeToFileTime.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/DosDateTimeToFileTime.htm">DosDateTimeToFileTime</a></td>
    <td width="75%" bgcolor="#efefda">将DOS日期和时间值转换成一个 win32 FILETIME 
    值</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="FileTimeToDosDateTime.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FileTimeToDosDateTime.htm">FileTimeToDosDateTime</a></td>
    <td width="75%" bgcolor="#efefda">将一个 win32&nbsp; FILETIME 值转换成DOS日期和时间值</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="FileTimeToLocalFileTime.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FileTimeToLocalFileTime.htm">FileTimeToLocalFileTime</a></td>
    <td width="75%" bgcolor="#efefda">将一个FILETIME结构转换成本地时间</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="FileTimeToSystemTime.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FileTimeToSystemTime.htm">FileTimeToSystemTime</a></td>
    <td width="75%" bgcolor="#efefda">根据一个FILETIME结构的内容,装载一个SYSTEMTIME结构</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="FindClose.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FindClose.htm">FindClose</a></td>
    <td width="75%" bgcolor="#efefda">关闭由FindFirstFile函数创建的一个搜索句柄</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="FindFirstFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FindFirstFile.htm">FindFirstFile</a></td>
    <td width="75%" bgcolor="#efefda">根据文件名查找文件</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="FindNextFile.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FindNextFile.htm">FindNextFile</a></td>
    <td width="75%" bgcolor="#efefda">根据调用FindFirstFile函数时指定的一个文件名查找下一个文件</td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#efefda"><a href="FlushFileBuffers.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/FlushFileBuffers.htm">FlushFileBuffers</a></td>
    <td width="75%" bgcolor="#efefda">针对指定的文件句柄,刷新内部文件缓冲区</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -