?? by_handle_file_information.htm
字號(hào):
<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>BY_HANDLE_FILE_INFORMATION</title>
</head>
<body link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<div align="center"><center>
<table border="0" width="100%" height="22" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="16"><a name="BY_HANDLE_FILE_INFORMATION">BY_HANDLE_FILE_INFORMATION</a></td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="1" width="100%" bordercolorlight="#808080" cellspacing="0"
bordercolordark="#FFFFFF">
<tr>
<td width="100%" colspan="2">類型定義</td>
</tr>
<tr>
<td width="100%" colspan="2">Type BY_HANDLE_FILE-INFORMATION ' 52 Bytes<br>
dwFileAttributes As Long<br>
ftCreationTime As FILETIME<br>
ftLastAccessTime As FILETIME<br>
ftLastWriteTime As FILETIME<br>
dwVolumeSerialNumber As Long<br>
nFileSizeHigh As Long<br>
nFileSizeLow As Long<br>
nNumberOfLinks As Long<br>
nFileIndexHigh As Long<br>
nFileIndexLow As Long<br>
End Type</td>
</tr>
<tr>
<td width="100%" colspan="2">說(shuō)明</td>
</tr>
<tr>
<td width="100%" colspan="2">Used by the <a href="GetFileInformationByHandle.htm">GetFileInformationByHandle</a>
function to retrieve information about a file.</td>
</tr>
<tr>
<td width="100%" colspan="2">字段表</td>
</tr>
<tr>
<td width="25%">字段</td>
<td width="75%">類型及說(shuō)明</td>
</tr>
<tr>
<td width="25%">dwFileAttributes</td>
<td width="75%">Long,Refer to the <a href="#File Attribute Types table">File Attribute
Types table</a> that follows.</td>
</tr>
<tr>
<td width="25%">ftCreationTime</td>
<td width="75%"><a href="FILETIME.htm">FILETIME</a>,Time of file creation. Zero if file
system does not support file creation time.</td>
</tr>
<tr>
<td width="25%">ftLastAccessTime</td>
<td width="75%"><a href="FILETIME.htm">FILETIME</a>,Time of last access to this file.
Zero if file system does not support file last access time.</td>
</tr>
<tr>
<td width="25%">ftLastWriteTime</td>
<td width="75%"><a href="FILETIME.htm">FILETIME</a>,Time of last write operation to this
file.</td>
</tr>
<tr>
<td width="25%">dwVolumeSerialNumber</td>
<td width="75%">Long,Serial number of the volume that contains the file.</td>
</tr>
<tr>
<td width="25%">nFileSizeHigh</td>
<td width="75%">Long,High-order word of the file size.</td>
</tr>
<tr>
<td width="25%">nFileSizeLow</td>
<td width="75%">Long,Low-order word of the file size.</td>
</tr>
<tr>
<td width="25%">nNumberOfLinks</td>
<td width="75%">Long,Number of links to this file. Always 1 for the FAT file system and
HPFS.</td>
</tr>
<tr>
<td width="25%">nFileIndexHigh</td>
<td width="75%">Long,High-order word of a unique identifier associated with the file.</td>
</tr>
<tr>
<td width="25%">nFileIndexLow</td>
<td width="75%">Long,Low-order word of a unique identifier associated with the file. Use
this element and the dwVolumeSerialNumber to uniquely identify a file.</td>
</tr>
<tr>
<td width="100%" colspan="2"><a name="File Attribute Types table">File Attribute Types
table</a></td>
</tr>
<tr>
<td width="100%" colspan="2">FILE_ATTRIBUTE_ARCHIVE Archive file.<br>
FILE_ATTRIBUTE_COMPRESSED The file or directory is compressed.<br>
FILE_ATTRIBUTE_DIRECTORY File is a directory.<br>
FILE_ATTRIBUTE_HIDDEN File is hidden.<br>
FILE_ATTRIBUTE_NORMAL File is normal (no other file attributes are
specified).<br>
FILE_ATTRIBUTE_READONLY File is read-only.<br>
FILE_ATTRIBUTE_SYSTEM File is a system file.<br>
FILE_ATTRIBUTE_NORMAL File is a temporary file.</td>
</tr>
<tr>
<td width="100%" colspan="2">注解</td>
</tr>
<tr>
<td width="100%" colspan="2"><p align="left">dwFileAttributes字段包含了帶有FILE_ATTRIBUTE_???前綴的一個(gè)或多個(gè)常數(shù)的組合,它們對(duì)文件屬性進(jìn)行了描述。nNumberOfLinks則列出了NFS下對(duì)一個(gè)文件的鏈接數(shù)量。nFileIndexHigh和nFileIndexLow字段合并起來(lái)構(gòu)成一個(gè)64位數(shù)字,它對(duì)磁盤卷中的一個(gè)文件進(jìn)行了唯一標(biāo)志</td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><p align="right"><a href="#BY_HANDLE_FILE_INFORMATION">Top</a></td>
</tr>
</table>
</center></div>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -